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 3a87482 commit 1ada565Copy full SHA for 1ada565
.github/workflows/buildpcf.yml
@@ -36,7 +36,7 @@ jobs:
36
GH_TOKEN: ${{ github.token }}
37
GITHUB_TOKEN: ${{ github.token }}
38
if: ${{ success() && inputs.publishArtifact }}
39
- run: mkdir -p ${{inputs.artifactlocation}}
+ run: mkdir -p ${{ github.workspace }}/dist
40
- name: Copy file output pcf bundle into staging directory
41
env:
42
0 commit comments