Skip to content

Commit f28204d

Browse files
authored
Update dotnetcore.yml
Signed-off-by: 0x5BFA <[email protected]>
1 parent 799af15 commit f28204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: dotnet test -c ${{ env.CONFIGURATION }} --no-build ${{ env.OG_CORE_GENERATOR_UNIT_TESTS_PROJ_PATH }}
5353

5454
- name: Create the new package
55-
run: dotnet pack ${{ env.OG_PACK_PROJ_PATH }} -o ${{ env.ARTIFACTS_STAGING_PATH }}
55+
run: dotnet pack ${{ env.OG_PACK_PROJ_PATH }} -o ${{ env.ARTIFACTS_STAGING_DIR_PATH }}
5656

5757
- name: Publish to GitHub Actions
5858
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)