mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 17:15:56 +01:00
Correct tar name – damn you copilot!
This commit is contained in:
parent
c6ada80c82
commit
ecf40849e7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -75,7 +75,8 @@ jobs:
|
|||
name: site
|
||||
path: ./public
|
||||
- name: Extract Github Pages artifact
|
||||
run: (cd ./public && tar -xf ./public.tar)
|
||||
working-directory: ./public
|
||||
run: tar -xf ./artifact.tar
|
||||
- name: Publish to IPFS
|
||||
id: Publish
|
||||
uses: aquiladev/ipfs-action@master
|
||||
|
|
Loading…
Reference in a new issue