Skip to content

Commit 91b6649

Browse files
Publish packages
Publish NuGet packages to the workflow even if tests fail.
1 parent 139e858 commit 91b6649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122

123123
- name: Publish NuGet packages
124124
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
125+
if: ${{ !cancelled() }}
125126
with:
126127
name: packages-${{ runner.os }}
127128
path: ./artifacts/package/release

0 commit comments

Comments
 (0)