Skip to content

Commit

Permalink
Bump upload-release-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
razorheadfx authored May 25, 2023
1 parent 006416e commit 952738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build project
run: cargo build --release
- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
Expand Down

0 comments on commit 952738b

Please sign in to comment.