Skip to content

Commit 85c5289

Browse files
committed
fix(dont get from local): fix
1 parent 7632bff commit 85c5289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
393393
/p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \
394394
/p:GhPageRelease=false \
395-
/p:LocalPackagePath=$NUPKG_OUTPUT_PATH
395+
/p:LocalPackagePath=$BCL_Source
396396
397397
- name: Build Shared Pages
398398
run: |

0 commit comments

Comments
 (0)