From 7e2d56c23ec89566fd82667b7f220037480a4e6b Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Mon, 28 Oct 2024 22:23:38 -0400 Subject: [PATCH] Update build.yml Update action-gh-release --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5bef12..7cf78d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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