Skip to content

Commit

Permalink
fix: why arent outputs getting passed
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 24, 2025
1 parent 94631e5 commit 031a05a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
fi
CID=$(npx ipfs-car pack out --no-wrap --output build.car | tail -n 1)
echo "cid=$CID" >> "$GITHUB_OUTPUT"
echo "$GITHUB_OUTPUT"
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -124,7 +125,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: 'πŸš€ Building'
body-includes: 'πŸš€ Build'

- name: Create or update comment
if: github.event_name == 'pull_request'
Expand All @@ -136,6 +137,6 @@ jobs:
### πŸš€ Build Preview on IPFS ready
πŸ” CID: `${{ needs.build.outputs.cid }}`
[Preview Deployment](https://w3s.link/ipfs/${{ needs.build.outputs.cid }})
[Service Worker Gateway Preview](https://inbrowser.link/ipfs/${{ needs.build.outputs.cid }})
πŸ“¦ [Preview Gateway](https://w3s.link/ipfs/${{ needs.build.outputs.cid }})
πŸ”— [Service Worker Gateway](https://inbrowser.link/ipfs/${{ needs.build.outputs.cid }})
edit-mode: replace

0 comments on commit 031a05a

Please sign in to comment.