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.
2 parents 7d60407 + 2c593ba commit b63b549Copy full SHA for b63b549
.github/workflows/virustotal.yml
@@ -80,7 +80,7 @@ jobs:
80
uploadZipFile="./${{ matrix.artifact }}.zip"
81
82
# Compress artifactes
83
- zip -r "${uploadZipFile}" "./release"
+ zip -r "${uploadZipFile}" "./release" ${{ startsWith(matrix.artifact, 'macos-') && '-x "*/redisstack/*" "*.tar.gz" "*.zip"' || '' }}
84
85
# Generate url to download zip file
86
uploadUrl=$(curl -sq -XGET https://www.virustotal.com/api/v3/files/upload_url -H "x-apikey: $VIRUSTOTAL_API_KEY" | jq -r '.data')
0 commit comments