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 02eb7da commit 27dac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "::error::Build output directory 'out' not found"
exit 1
fi
CID=$(npx ipfs-car pack out --no-wrap --output build.car | tail -n 1)
CID=$(npx ipfs-car pack out --no-wrap --output build.car)
if [ -z "$CID" ]; then
echo "::error::Failed to generate CID"
exit 1
Expand Down

0 comments on commit 27dac1e

Please sign in to comment.