Skip to content

Commit

Permalink
adjust svenstaro/upload-release-action@v2 action
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 25, 2024
1 parent 82d1fb5 commit 6b657fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts\MyLocalTon*
file: artifacts/*.jar
tag: v${{ github.run_number }}
overwrite: true
file_glob: true

0 comments on commit 6b657fd

Please sign in to comment.