Rufus 4.0 (Build 2035)

* Also make sure we only upload the x86_64 MinGW binary to VirusTotal
  since the x86_32 will conflict with the MSVC one.
This commit is contained in:
Pete Batard 2023-04-26 00:00:02 +01:00
parent 18645c9e70
commit 0e14725de8
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
8 changed files with 92 additions and 68 deletions

View file

@ -84,7 +84,7 @@ jobs:
run: sha256sum ./${{ matrix.exe }}
- name: Upload to VirusTotal
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name == 'push' && matrix.env == 'x86_64' }}
continue-on-error: true
run: |
curl --request POST --url https://www.virustotal.com/vtapi/v2/file/scan --form apikey=${{ secrets.VIRUSTOTAL_API_KEY }} --form file=@./${{ matrix.exe }}