Skip to content

Commit

Permalink
Didn't save my arm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wallentx committed Jul 22, 2023
1 parent cc88114 commit 591e794
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-linux-installer-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
cd "$GITHUB_WORKSPACE/bladebit"
gh release download -R Chia-Network/bladebit $LATEST_BLADEBIT -p 'bladebit*-ubuntu-x86-64.tar.gz'
ls *.tar.gz | xargs -I{} bash -c 'tar -xzf {} && rm {}'
rm *.tar.gz
ls bladebit* | xargs -I{} chmod +x {}
cd "$OLDPWD"
Expand All @@ -117,7 +116,6 @@ jobs:
cd "$GITHUB_WORKSPACE/bladebit"
gh release download -R Chia-Network/bladebit $LATEST_PRERELEASE -p 'bladebit*ubuntu-x86-64.tar.gz'
ls *.tar.gz | xargs -I{} bash -c 'tar -xzf {} && rm {}'
rm *.tar.gz
ls bladebit* | xargs -I{} chmod +x {}
cd "$OLDPWD"
Expand Down

0 comments on commit 591e794

Please sign in to comment.