diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 94d98ce..1a98944 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -49,3 +49,14 @@ jobs: artifacts: "apks/*-output.apk" token: ${{ secrets.GH_TOKEN }} tag: Build-${{ steps.get-date.outputs.date }} + artifactErrorsFailBuild: true + generateReleaseNotes: true + + - name: VirusTotal Scan + uses: crazy-max/ghaction-virustotal@v3 + with: + vt_api_key: ${{ secrets.VT_API_KEY }} + update_release_body: true + github_token: ${{ secrets.GH_TOKEN }} + files: | + .apk$ diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml index 5649640..0d69395 100644 --- a/.github/workflows/virus-total-scan.yml +++ b/.github/workflows/virus-total-scan.yml @@ -1,8 +1,6 @@ name: VirusTotal Scan on: - release: - types: [published] workflow_dispatch: # to trigger manually jobs: