Skip to content

Commit

Permalink
fix: flatten unzipped artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs authored and dandanlen committed Oct 16, 2024
1 parent 0158cb6 commit f2b9fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
mkdir -p upgrade-from-bins; ( cd upgrade-from-bins
curl https://artifacts.chainflip.io/${{ env.OLD_VERSION }}/chainflip-backend-bin.zip --output chainflip-backend-bin.zip
unzip chainflip-backend-bin.zip -d .
mv ./artifacts/chainflip-backend-bin/* .
); ls -l upgrade-from-bins
- name: Permissions for latest binaries 🛡️
Expand Down

0 comments on commit f2b9fcd

Please sign in to comment.