Skip to content

Commit b35ba3c

Browse files
committed
vt workflow: fix when no apk found
1 parent 295b73b commit b35ba3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/virustotal_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
run: |
4040
mkdir -p release_assets
41-
gh release download $TAG_NAME --dir release_assets --pattern "*.apk"
41+
gh release download $TAG_NAME --dir release_assets --pattern "*.apk" || echo "No APKs found"
4242
ls -l release_assets
4343
4444
- name: Install VirusTotal CLI

0 commit comments

Comments
 (0)