We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87913d8 commit 3a87482Copy full SHA for 3a87482
.github/workflows/ci-validation.yml
@@ -47,5 +47,6 @@ jobs:
47
uses: ./.github/workflows/buildpcf.yml
48
with:
49
pcfdirectory: 'src/broadcast-pcf/appmodulepicker'
50
- publishArtifact: false
51
- componentName: AppModulePicker
+ publishArtifact: true
+ componentName: AppModulePicker
52
+ artifactlocation: '${{ github.workspace }}/dist'
0 commit comments