Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 3, 2024
1 parent 339f801 commit 7767a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Add build files to IPFS
run: |
cp -r public /tmp/ipfsin/public
docker exec ipfs_host ipfs add -r /export/public > data/ipfs/out
docker exec ipfs_host ipfs add -r /export/public > /data/ipfs/out
- name: check output
run: cat /tmp/ipfsout/out
Expand Down

0 comments on commit 7767a0c

Please sign in to comment.