ci: fix js-peer deployment

This commit is contained in:
Daniel N
2025-02-26 17:37:31 +01:00
parent 890be23803
commit fd65989afe

View File

@@ -31,7 +31,8 @@ jobs:
name: Deploy to IPFS
id: deploy
with:
path-to-deploy: out
# 👇 note that working-directory doesn't apply to action steps with `uses`, so we need to specify the full path
path-to-deploy: js-peer/out
storacha-key: ${{ secrets.STORACHA_KEY }}
storacha-proof: ${{ secrets.STORACHA_PROOF }}
github-token: ${{ github.token }}