Skip to content

Commit

Permalink
unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jan 8, 2025
1 parent 68be11e commit d759d59
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ downloadSignedMacOSBinaries() {
echo "extracting..."
ls -la
echo "installing zip..."
sudo apt-get update
sudo apt-get install unzip
apt-get update
apt-get install unzip

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

# Make the binary executable
Expand Down

0 comments on commit d759d59

Please sign in to comment.