mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35: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
|
name: site
|
||||||
path: ./public
|
path: ./public
|
||||||
- name: Extract Github Pages artifact
|
- name: Extract Github Pages artifact
|
||||||
run: (cd ./public && tar -xf ./public.tar)
|
working-directory: ./public
|
||||||
|
run: tar -xf ./artifact.tar
|
||||||
- name: Publish to IPFS
|
- name: Publish to IPFS
|
||||||
id: Publish
|
id: Publish
|
||||||
uses: aquiladev/ipfs-action@master
|
uses: aquiladev/ipfs-action@master
|
||||||
|
|
Loading…
Reference in a new issue