Skip to content

Commit

Permalink
correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Sep 13, 2024
1 parent 0242ed3 commit c264ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- name: download snapshot
run: |
rm -Rf src bin docs
rm -rf *
curl "https://raw.githubusercontent.com/r-multiverse/staging/main/snapshot.url" -Lo snapshot.url
cat snapshot.url | xargs curl -Lo snapshot.zip
unzip snapshot.zip && rm -f snapshot.zip
Expand Down

0 comments on commit c264ab4

Please sign in to comment.