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 12cc772 commit c86f267Copy full SHA for c86f267
.github/workflows/release.yml
@@ -78,9 +78,9 @@ jobs:
78
args: release -f .goreleaser/windows.yml --rm-dist
79
env:
80
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
81
- - name: Upload to VirusTotal
82
- run: scripts/upload-zip-to-virustotal.sh
83
- shell: bash
84
- env:
85
- GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
86
- VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}
+ # - name: Upload to VirusTotal
+ # run: scripts/upload-zip-to-virustotal.sh
+ # shell: bash
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
+ # VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}
0 commit comments