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 f8f3f59 commit 485fbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:

- name: Create Zip
if: github.ref == 'refs/heads/master'
working-directory: "Smash Forge/bin/Release"
run: |
Compress-Archive -path * -destinationPath Smash-Forge-Latest_Commit.zip
Compress-Archive -path "Smash Forge/bin/Release/*" -destinationPath Smash-Forge-Latest_Commit.zip
Compress-Archive -update -path "Forge Updater/bin/Release/*" -destinationPath Smash-Forge-Latest_Commit.zip
- name: Upload Zip
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 485fbe9

Please sign in to comment.