We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 7df5910 commit ff3b995Copy full SHA for ff3b995
.github/workflows/release.yml
@@ -410,16 +410,6 @@ 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