We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19c49c commit 3dc14c3Copy full SHA for 3dc14c3
.github/workflows/app-deploy.yaml
@@ -284,6 +284,13 @@ jobs:
284
name: anti-phishing-json
285
path: assets/config
286
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
294
- name: Debug anti_phishing.json
295
run: |
296
echo "→ Content assets/config:"
0 commit comments