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 8e7fbd3 commit a867293Copy full SHA for a867293
.github/workflows/build_test_deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: actions/upload-artifact@v2
57
with:
58
name: "Marten.AspNetCore.Identity-${{ steps.gitversion.outputs.nuGetVersionV2 }}"
59
- path: output/*.*
+ path: source/output/*.*
60
if-no-files-found: error
61
62
- name: Upload Package to release
0 commit comments