From f8f3f59f419cb8d2a005f645e8afefa7f9b2dbc7 Mon Sep 17 00:00:00 2001 From: SMG Date: Sat, 9 Mar 2024 21:25:24 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 455d699a..be485746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,11 @@ jobs: Compress-Archive -path * -destinationPath Smash-Forge-Latest_Commit.zip - name: Upload Zip - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: github.ref == 'refs/heads/master' with: files: "Smash Forge/bin/Release/Smash-Forge-Latest_Commit.zip" + name: "Smash Forge [Latest Commit]" + tag_name: "LatestCommit" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}