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 eeb0ce5 commit 72d9445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: vesla0x1-portfolio
path: ${{ github.workspace }}/public

- name: list files
run: ls -al

- name: Add build files to IPFS
run: |
docker exec ipfs_host ipfs add -r /export
docker exec ipfs_host ipfs add -r /export/public

0 comments on commit 72d9445

Please sign in to comment.