File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212 actions : read
1313
1414env :
15- SOURCE_DIR : dist/ static
15+ SOURCE_DIR : ./apps/react-storybook/storybook- static
1616
1717jobs :
1818 prepare :
2828 - name : Download meta artifact
2929 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3030 with :
31- run_id : ${{ github.event.workflow_run.id }}
31+ run-id : ${{ github.event.workflow_run.id }}
3232 name : preview-meta
3333 path : artifacts
3434 github-token : ${{ secrets.GITHUB_TOKEN }}
3939 shell : bash
4040 run : |
4141 set -euo pipefail
42- META="artifacts/meta.json"
42+ META="artifacts/preview_meta/ meta.json"
4343 echo "Meta:"
4444 cat "$META"
4545
7171 if : needs.prepare.outputs.action == 'deploy'
7272 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7373 with :
74- run_id : ${{ github.event.workflow_run.id }}
74+ run-id : ${{ github.event.workflow_run.id }}
7575 name : preview-static
76- path : ${{ env.SOURCE_DIR }}
76+ path : .
7777 github-token : ${{ secrets.GITHUB_TOKEN }}
7878 repository : ${{ github.repository }}
7979
You can’t perform that action at this time.
0 commit comments