mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Fix restic installer
This commit is contained in:
parent
c0995ce9d3
commit
eed079f1d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
run: |
|
||||
wget -q -O ${{ runner.temp }}/restic.bz2 https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2 \
|
||||
&& bunzip2 ${{ runner.temp }}/restic.bz2 \
|
||||
&& mv restic /usr/local/bin/restic
|
||||
&& mv ${{ runner.temp }}/restic /usr/local/bin/restic
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue