Skip to content

Commit

Permalink
update fingerprints
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Mar 30, 2024
1 parent 2622f8b commit da22977
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
@@ -1,7 +1,7 @@
name: Build and Publish

env:
FINGERPRINT: b8cb4e1c4ee7485bafc34123e4cb2b5b869b4f93
FINGERPRINT: c4e8c2976dcf42530d68dcb1fdfb61d071085abf
GAME_ASSET_URL: https://game-assets.clashofclans.com
GCP_BUCKET_NAME: game-assets-clashofclans.appspot.com

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 @@ -6,7 +6,7 @@ on:

env:
GCP_BUCKET_NAME: game-assets-clashofclans.appspot.com
FINGERPRINT: b8cb4e1c4ee7485bafc34123e4cb2b5b869b4f93
FINGERPRINT: c4e8c2976dcf42530d68dcb1fdfb61d071085abf
GAME_ASSET_URL: https://game-assets.clashofclans.com
SC_FILE_NAME: ui_cc.sc
SC_TEX_FILE_NAME: ui_cc_tex.sc
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="7dc27bbc98c5bf2818587453f966e99919e32211"
fingerprint="c4e8c2976dcf42530d68dcb1fdfb61d071085abf"
fi

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

0 comments on commit da22977

Please sign in to comment.