Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 24, 2025
1 parent 27dac1e commit 992e60d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
exit 1
fi
CID=$(npx ipfs-car pack out --no-wrap --output build.car)
if [ -z "$CID" ]; then
echo "::error::Failed to generate CID"
exit 1
fi
echo "CID: $CID"
echo "cid=$CID" >> "$GITHUB_OUTPUT"
- name: Upload build artifacts
Expand Down

0 comments on commit 992e60d

Please sign in to comment.