Skip to content

Commit 4bed408

Browse files
committed
Fix for publish path
1 parent 9d9eba2 commit 4bed408

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Pack
2727
run: |
2828
cd src/IdentityManager2
29-
dotnet pack -c Release -o IdentityManager2 --no-build
29+
dotnet pack -c Release -o publish --no-build
3030
- name: Publish
3131
uses: actions/upload-artifact@master
3232
with:
3333
name: IdentityManager2
34-
path: IdentityManager2
34+
path: src/IdentityManager2/publish

0 commit comments

Comments
 (0)