Skip to content

Commit

Permalink
Update buildAndRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czlabinger authored Oct 16, 2024
1 parent f3f5c10 commit 40ba5ab
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/buildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
run: ./gradlew clean build

- name: Archive JAR
- uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3
with:
name: Package
path: build/libs/*.jar
retention-days: 1
name: worttrainer-jar
path: app/build/libs/*.jar

release:
needs: build
Expand All @@ -36,7 +35,7 @@ jobs:
- name: Download the JAR
uses: actions/download-artifact@v3
with:
name: Package
name: worttrainer-jar
path: .

- name: Create GitHub Release
Expand Down

0 comments on commit 40ba5ab

Please sign in to comment.