mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-24 05:08:12 +00:00
ci: add virustotal scan for windows exe
This commit is contained in:
parent
8e991f21b1
commit
ba6113d9c0
1 changed files with 7 additions and 0 deletions
7
.github/workflows/guix.yml
vendored
7
.github/workflows/guix.yml
vendored
|
@ -59,6 +59,13 @@ jobs:
|
|||
run: sudo apt purge apparmor
|
||||
- name: build
|
||||
run: SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
|
||||
- name: virustotal scan
|
||||
if: matrix.toolchain.target == 'x86_64-w64-mingw32'
|
||||
uses: crazy-max/ghaction-virustotal@v4
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
files: |
|
||||
guix/guix-build-*/build/distsrc-*/build/bin/feather.exe
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.toolchain.target }}
|
||||
|
|
Loading…
Reference in a new issue