You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sleep is necessary otherwise the zip command can fail with the error "zip error: Zip file structure invalid (build/release/abctl-[VERSION]-windows-amd64)
34
-
sleep 1
35
-
zip -q -r "$release_prefix-windows-amd64""$release_prefix-windows-amd64"
34
+
zip -q -r "$release_prefix-windows-amd64.zip""$release_prefix-windows-amd64"
0 commit comments