mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[core] add file System detection from superblock
* Also prevent GitHub Actions from failing on VirusTotal upload
This commit is contained in:
parent
036f6260c5
commit
ebaa7d561a
6 changed files with 140 additions and 7 deletions
1
.github/workflows/codeql.nope
vendored
1
.github/workflows/codeql.nope
vendored
|
@ -1,3 +1,4 @@
|
|||
# Disabled on account of https://github.com/github/codeql-action/issues/850
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/mingw.yml
vendored
1
.github/workflows/mingw.yml
vendored
|
@ -80,6 +80,7 @@ jobs:
|
|||
run: sha256sum ./rufus.exe
|
||||
|
||||
- name: Upload to VirusTotal
|
||||
continue-on-error: true
|
||||
if: ${{ matrix.env == 'i686' && github.event_name == 'push' }}
|
||||
run: |
|
||||
curl --request POST --url https://www.virustotal.com/vtapi/v2/file/scan --form apikey=${{ secrets.VIRUSTOTAL_API_KEY }} --form file=@./rufus.exe
|
||||
|
|
1
.github/workflows/vs2022.yml
vendored
1
.github/workflows/vs2022.yml
vendored
|
@ -70,6 +70,7 @@ jobs:
|
|||
run: sha256sum ./rufus_${{ matrix.TARGET_PLATFORM }}.exe
|
||||
|
||||
- name: Upload to VirusTotal
|
||||
continue-on-error: true
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: |
|
||||
curl --request POST --url https://www.virustotal.com/vtapi/v2/file/scan --form apikey=${{ secrets.VIRUSTOTAL_API_KEY }} --form file=@./rufus_${{ matrix.TARGET_PLATFORM }}.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue