Skip to content

Commit

Permalink
fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Mar 22, 2024
1 parent 7e39576 commit c17e336
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: aleph-node-metrics-build-artifact
path: out/
path: |
build/
scripts/
id: aleph-node-metrics-build-artifact

push-to-ipfs:
Expand Down

0 comments on commit c17e336

Please sign in to comment.