mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Fix untar
This commit is contained in:
parent
cab4fed06f
commit
c6ada80c82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
name: site
|
||||
path: ./public
|
||||
- name: Extract Github Pages artifact
|
||||
run: (cd ./public && tar - xf ./public.tar)
|
||||
run: (cd ./public && tar -xf ./public.tar)
|
||||
- name: Publish to IPFS
|
||||
id: Publish
|
||||
uses: aquiladev/ipfs-action@master
|
||||
|
|
Loading…
Reference in a new issue