mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 14:58:26 -04:00
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:
parent
18645c9e70
commit
0e14725de8
8 changed files with 92 additions and 68 deletions
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue