Skip to content

Commit 1ada565

Browse files
committed
.
1 parent 3a87482 commit 1ada565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildpcf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GH_TOKEN: ${{ github.token }}
3737
GITHUB_TOKEN: ${{ github.token }}
3838
if: ${{ success() && inputs.publishArtifact }}
39-
run: mkdir -p ${{inputs.artifactlocation}}
39+
run: mkdir -p ${{ github.workspace }}/dist
4040
- name: Copy file output pcf bundle into staging directory
4141
env:
4242
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)