Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Mar 10, 2024
1 parent 4939e20 commit f8f3f59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit f8f3f59

Please sign in to comment.