Skip to content

Commit 223753c

Browse files
committed
save build results
1 parent f23373b commit 223753c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,11 @@ jobs:
3636
- name: Perform build
3737
run: MSBuild .\OpenDental.sln /property:Configuration=${{ matrix.configuration }} /property:Platform="Any CPU"
3838

39+
- name: Save build output
40+
uses: actions/upload-artifact@v4
41+
with:
42+
name: build-${{ matrix.configuration }}
43+
path: .\OpenDental\bin\${{ matrix.configuration }}
44+
if-no-files-found: error
45+
3946

0 commit comments

Comments
 (0)