Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
MinRi2 committed Jul 8, 2024
1 parent f50af01 commit f638eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoReleaseUpload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mv build/libs/${{ github.event.repository.name }}.jar build/libs/${{ github.event.repository.name }}-${{ env.RELEASE_VERSION }}.jar
- name: Upload
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v2.9.0
with:
repo_token: ${{ secrets.TOKEN }}
file: build/libs/${{ github.event.repository.name }}-${{ env.RELEASE_VERSION }}.jar
Expand Down

0 comments on commit f638eea

Please sign in to comment.