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