Skip to content

Commit

Permalink
ci: virustotal check downloads artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 2, 2024
1 parent 8d511aa commit 9df33f6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,16 @@ jobs:
runs-on: ubuntu-latest
if: ${{ needs.semantic-release.outputs.new_release_published == 'true' }}
steps:
- name: download binary artifacts
uses: actions/download-artifact@v4
with:
path: |
cjit-bin
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
update_release_body: true
files: |
.exe$
.dll$
*Darwin*
cjit-bin/release-win-native-x86_64/*
cjit-bin/release-osx-native/*

0 comments on commit 9df33f6

Please sign in to comment.