Skip to content

Commit 3dc14c3

Browse files
committed
EWM-497. Touch asset to bump timestamp
1 parent e19c49c commit 3dc14c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/app-deploy.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,13 @@ jobs:
284284
name: anti-phishing-json
285285
path: assets/config
286286

287+
- name: Touch asset to bump timestamp
288+
run: |
289+
touch assets/config/anti_phishing.json
290+
291+
- name: Refresh Flutter assets manifest
292+
run: dart pub get
293+
287294
- name: Debug anti_phishing.json
288295
run: |
289296
echo "→ Content assets/config:"

0 commit comments

Comments
 (0)