Skip to content

Commit

Permalink
fix unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jan 8, 2025
1 parent 4eefb81 commit 3ac3a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ downloadSignedMacOSBinaries() {
apt-get install unzip

# Extract the artifact and clean up
unzip -xvf artifact.zip
unzip artifact.zip

ls -la

Expand Down

0 comments on commit 3ac3a78

Please sign in to comment.