Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Jarnit-Bjergsoe authored Jan 25, 2024
1 parent 05379ad commit 927ffb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
arguments: build
- name: Rename jar
run: mv build/libs/elliotchess-all.jar staging/ElliotChess.jar
run: mv build/libs/*-all.jar staging/ElliotChess.jar
- name: Upload to Github Releases
uses: xresloader/upload-to-github-release@v1
env:
Expand Down

0 comments on commit 927ffb5

Please sign in to comment.