mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: invalid action tag.
This commit is contained in:
parent
bd4154abe0
commit
339195f799
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
${{ runner.OS }}-node-
|
${{ runner.OS }}-node-
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- uses: aquiladev/ipfs-action@v1
|
- uses: aquiladev/ipfs-action@v0.1.5
|
||||||
id: ipfs-add
|
id: ipfs-add
|
||||||
with:
|
with:
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
Loading…
Reference in a new issue