diff --git a/.github/workflows/virustotal_scan.yml b/.github/workflows/virustotal_scan.yml index 34a489b7a..0315b8dbd 100644 --- a/.github/workflows/virustotal_scan.yml +++ b/.github/workflows/virustotal_scan.yml @@ -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