File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ jobs:
3232 buildBroadCastJs :
3333 uses : ./.github/workflows/templates/buildjs.yml
3434 with :
35- projectdirectory : ${{ env.broadcastjsWorkingDirectory }}
35+ projectdirectory : ' src/broadcast-typescript '
3636 componentName : broadcastjs
3737 publishArtifact : false
3838 testCommand : ' test:ci'
3939 publishCodeCov : ${{github.event_name == 'pull_request'}}
40- artifactlocation : ${{env.artifactlocation}}
40+ artifactlocation : ' ${{ github.workspace }}/dist '
4141
4242
4343
4444 buildAppModulePickerPCF :
4545 uses : ./.github/workflows/templates/buildpcf.yml
4646 with :
47- pcfdirectory : ${{ env.pcfWorkkingDirectory }}
47+ pcfdirectory : ' src/broadcast-pcf/appmodulepicker '
4848 publishArtifact : false
4949 componentName : AppModulePicker
You can’t perform that action at this time.
0 commit comments