Skip to content

Commit 841837c

Browse files
committed
ci(website): fix pulling down mdbook-alerts
1 parent cd3ca47 commit 841837c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Download mdbook-alerts
3333
run: |
3434
mkdir ${{ env.TARGET }}
35-
curl -sSL https://github.com/lambdalisue/rs-mdbook-alerts/releases/download/${{ env.VERSION }}/${{ env.TARGET }}.tar.gz | tar -xz --directory=${{ env.TARGET }}
35+
curl -sSLo ${{ env.TARGET }}/${{ env.TARGET }} https://github.com/lambdalisue/rs-mdbook-alerts/releases/download/${{ env.VERSION }}/${{ env.TARGET }}
3636
echo `pwd`/${{ env.TARGET }} >> $GITHUB_PATH
3737
env:
3838
VERSION: "v0.6.9"

0 commit comments

Comments
 (0)