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 295b73b commit b35ba3cCopy full SHA for b35ba3c
.github/workflows/virustotal_scan.yml
@@ -38,7 +38,7 @@ jobs:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
run: |
40
mkdir -p release_assets
41
- gh release download $TAG_NAME --dir release_assets --pattern "*.apk"
+ gh release download $TAG_NAME --dir release_assets --pattern "*.apk" || echo "No APKs found"
42
ls -l release_assets
43
44
- name: Install VirusTotal CLI
0 commit comments