We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9e611 commit 6031620Copy full SHA for 6031620
.github/workflows/release.yml
@@ -410,6 +410,16 @@ jobs:
410
rm -v release/._ArduinoCreateAgent*.dmg
411
mv -v ArduinoCreateAgent-windows*/* release/
412
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
+
423
- name: Create Github Release
424
uses: actions/create-release@v1
425
env:
0 commit comments