We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3ca47 commit 841837cCopy full SHA for 841837c
.github/workflows/website.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Download mdbook-alerts
33
run: |
34
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 }}
+ curl -sSLo ${{ env.TARGET }}/${{ env.TARGET }} https://github.com/lambdalisue/rs-mdbook-alerts/releases/download/${{ env.VERSION }}/${{ env.TARGET }}
36
echo `pwd`/${{ env.TARGET }} >> $GITHUB_PATH
37
env:
38
VERSION: "v0.6.9"
0 commit comments