Skip to content

Commit 8e7fbd3

Browse files
committed
WIP Workflow
1 parent a31774d commit 8e7fbd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
uses: actions/upload-artifact@v2
5757
with:
5858
name: "Marten.AspNetCore.Identity-${{ steps.gitversion.outputs.nuGetVersionV2 }}"
59-
path: ./output/*.*
59+
path: output/*.*
60+
if-no-files-found: error
6061

6162
- name: Upload Package to release
6263
# if: contains(github.ref, 'main')

0 commit comments

Comments
 (0)