Skip to content

Commit da22977

Browse files
committed
update fingerprints
1 parent 2622f8b commit da22977

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
@@ -1,7 +1,7 @@
11
name: Build and Publish
22

33
env:
4-
FINGERPRINT: b8cb4e1c4ee7485bafc34123e4cb2b5b869b4f93
4+
FINGERPRINT: c4e8c2976dcf42530d68dcb1fdfb61d071085abf
55
GAME_ASSET_URL: https://game-assets.clashofclans.com
66
GCP_BUCKET_NAME: game-assets-clashofclans.appspot.com
77

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
GCP_BUCKET_NAME: game-assets-clashofclans.appspot.com
9-
FINGERPRINT: b8cb4e1c4ee7485bafc34123e4cb2b5b869b4f93
9+
FINGERPRINT: c4e8c2976dcf42530d68dcb1fdfb61d071085abf
1010
GAME_ASSET_URL: https://game-assets.clashofclans.com
1111
SC_FILE_NAME: ui_cc.sc
1212
SC_TEX_FILE_NAME: ui_cc_tex.sc

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="7dc27bbc98c5bf2818587453f966e99919e32211"
8+
fingerprint="c4e8c2976dcf42530d68dcb1fdfb61d071085abf"
99
fi
1010

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

0 commit comments

Comments
 (0)