Skip to content

Commit

Permalink
ci: try fixing again
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 24, 2025
1 parent 992e60d commit 94631e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +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)
echo "CID: $CID"
CID=$(npx ipfs-car pack out --no-wrap --output build.car | tail -n 1)
echo "cid=$CID" >> "$GITHUB_OUTPUT"
- name: Upload build artifacts
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'

- name: Configure and upload CAR to Storacha
env:
Expand Down

0 comments on commit 94631e5

Please sign in to comment.