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