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 038aa1b commit 2c593baCopy full SHA for 2c593ba
.github/workflows/virustotal.yml
@@ -80,7 +80,7 @@ jobs:
80
uploadZipFile="./${{ matrix.artifact }}.zip"
81
82
# Compress artifactes
83
- zip -r "${uploadZipFile}" "./release" -x "*/redisstack/*" ${{ startsWith(matrix.artifact, 'macos-') && '"*.tar.gz" "*.zip"' }}
+ 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