Skip to content

Commit

Permalink
fix: zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Mar 26, 2024
1 parent c6ebabc commit 2622f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
dumpsc:latest
- name: Compress Files
run: zip assets.zip Out-Sprites/**/*.png
run: zip -r assets.zip Out-Sprites

- id: auth
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "It worked. Damn!"
- name: Compress Files
run: zip assets_ui_sc.zip Out-Sprites/**/*.png
run: zip -r assets_ui_sc.zip Out-Sprites

- name: GCP Login
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion scripts/downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shopt -s extglob # Enable extended globbing
if [ "$#" -eq 1 ]; then
fingerprint="$1"
else
fingerprint="b8cb4e1c4ee7485bafc34123e4cb2b5b869b4f93"
fingerprint="7dc27bbc98c5bf2818587453f966e99919e32211"
fi

base_url="https://game-assets.clashofclans.com"
Expand Down

0 comments on commit 2622f8b

Please sign in to comment.