Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
titivermeesch committed Sep 19, 2024
1 parent 3b7817f commit 0a6ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: gradle :shadowJar -b java17-build.gradle
- uses: actions/upload-artifact@v4
with:
name: commandtimer-java17
name: commandtimer-java17
path: build/libs/commandtimer-java17.jar
- name: Publish package
continue-on-error: true
Expand Down

0 comments on commit 0a6ecea

Please sign in to comment.