Skip to content

Commit

Permalink
test 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Loweredgames committed Jan 19, 2024
1 parent ae250e0 commit bb63e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Zip Folder
run: |
cd ../ # I added this
rm -rf Skyblock\_Classic\_Edition\_Nightly\_Building.zip
zip -r Skyblock\_Classic\_Edition\_Nightly\_Building.zip Skyblock\_Classic\_Edition\_Nightly\_Building -x ".git/*" ".github/*"
rm -rf <repository_name>.zip
zip -r <repository_name>.zip <repository_name> -x ".git/*" ".github/*"

0 comments on commit bb63e1d

Please sign in to comment.