Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Update action-gh-release
  • Loading branch information
stevemk14ebr authored Oct 29, 2024
1 parent d8022d4 commit 7e2d56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
Compress-Archive -DestinationPath STrace.zip -Path Rust, C, install -CompressionLevel Fastest
Compress-Archive -DestinationPath PDBReSym.zip -Path Rust\PDBReSym\target\release\PDBReSym.exe -CompressionLevel Fastest
- name: Release STrace
uses: softprops/action-gh-release@v0.1.12
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: STrace.zip
- name: Release PDBReSym
uses: softprops/action-gh-release@v0.1.12
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: PDBReSym.zip

0 comments on commit 7e2d56c

Please sign in to comment.