Skip to content

Commit

Permalink
Merge pull request #561 from hatoo/fix-publish
Browse files Browse the repository at this point in the history
use svenstaro/upload-release-action@v2
  • Loading branch information
hatoo authored Aug 17, 2024
2 parents 5b9de63 + 903170c commit 6c4a0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
- run: bun run pgo.js --target ${{ matrix.target }} ${{ matrix.additional_args }}
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/pgo/${{ matrix.artifact_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
args: --release --target ${{ matrix.target }} --locked --no-default-features --features rustls ${{ matrix.additional_args }}
strip: true
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
Expand Down

0 comments on commit 6c4a0a5

Please sign in to comment.