Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Apr 19, 2024
1 parent e341b99 commit 24e5399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Copy artifact
run: |
curl https://rclone.org/install.sh | bash
curl https://rclone.org/install.sh | sudo bash
# For staging
rclone copy -P -M \
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
node-version: "18.x"

- name: Copy atrifact via http
run: curl -o cloudlfare-template.tar.zst https://pub-b6187a0708c7470fa0b77502cc450dcc.r2.dev/public/cloudlfare-template/${{ github.ref_name }}.tar.zst
run: curl -o cloudlfare-template.tar.zst ${{ secrets.ARTEFACT_BUCKET_URL }}/public/cloudlfare-template/${{ github.ref_name }}.tar.zst

- name: Extract archive
run: tar --use-compress-program="zstd -d" -xf cloudlfare-template.tar.zst -C .
Expand Down

0 comments on commit 24e5399

Please sign in to comment.