From 9df33f6834c08aa8ff4194571fead4713d57bb2d Mon Sep 17 00:00:00 2001 From: Jaromil Date: Mon, 2 Dec 2024 18:44:38 +0100 Subject: [PATCH] ci: virustotal check downloads artifacts --- .github/workflows/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e38760..2c32f9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/*