Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff3b995

Browse files
committedDec 22, 2020
Revert "add virustotal scan to CI release workflow"
This reverts commit 6031620.
1 parent 7df5910 commit ff3b995

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎.github/workflows/release.yml

-10
Original file line numberDiff line numberDiff line change
@@ -410,16 +410,6 @@ jobs:
410410
rm -v release/._ArduinoCreateAgent*.dmg
411411
mv -v ArduinoCreateAgent-windows*/* release/
412412
413-
- name: VirusTotal Scan
414-
uses: crazy-max/ghaction-virustotal@v2
415-
with:
416-
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
417-
vt_monitor: true
418-
files: |
419-
release/*.exe
420-
arduino-create-agent-windows-2019-386/arduino-create-agent.exe
421-
arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
422-
423413
- name: Create Github Release
424414
uses: actions/create-release@v1
425415
env:

0 commit comments

Comments
 (0)
Please sign in to comment.