mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-01-07 06:20:35 -06:00
virus total workflow: don't create report on empty releases
This commit is contained in:
2
.github/workflows/virustotal_scan.yml
vendored
2
.github/workflows/virustotal_scan.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
mkdir -p release_assets
|
||||
gh release download $TAG_NAME --dir release_assets --pattern "*.apk"
|
||||
gh release download $TAG_NAME --dir release_assets --pattern "*.apk" || true
|
||||
ls -l release_assets
|
||||
|
||||
- name: Install VirusTotal CLI
|
||||
|
||||
Reference in New Issue
Block a user