Skip to content

Commit

Permalink
fix -x?
Browse files Browse the repository at this point in the history
  • Loading branch information
Loweredgames committed Jan 19, 2024
1 parent 3ea9366 commit e8d7cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
args: |
rm -rf Skyblock_Classic_Edition.zip
zip -r Skyblock_Classic_Edition.zip Skyblock Classic Edition -x ".git/*" ".github/*"
zip -r Skyblock_Classic_Edition.zip Skyblock Classic Edition
-x ".git/*" ".github/*"
- uses: actions/upload-artifact@v4
with:
name: Nightly Actions Run (Output)
Expand Down

0 comments on commit e8d7cfb

Please sign in to comment.