Skip to content

Commit 2622f8b

Browse files
committed
fix: zip command
1 parent c6ebabc commit 2622f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
dumpsc:latest
5151
5252
- name: Compress Files
53-
run: zip assets.zip Out-Sprites/**/*.png
53+
run: zip -r assets.zip Out-Sprites
5454

5555
- id: auth
5656
uses: google-github-actions/auth@v2

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "It worked. Damn!"
4444
4545
- name: Compress Files
46-
run: zip assets_ui_sc.zip Out-Sprites/**/*.png
46+
run: zip -r assets_ui_sc.zip Out-Sprites
4747

4848
- name: GCP Login
4949
uses: google-github-actions/auth@v2

scripts/downloader.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ shopt -s extglob # Enable extended globbing
55
if [ "$#" -eq 1 ]; then
66
fingerprint="$1"
77
else
8-
fingerprint="b8cb4e1c4ee7485bafc34123e4cb2b5b869b4f93"
8+
fingerprint="7dc27bbc98c5bf2818587453f966e99919e32211"
99
fi
1010

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

0 commit comments

Comments
 (0)