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 f23373b commit 223753cCopy full SHA for 223753c
.github/workflows/dotnet-desktop.yml
@@ -36,4 +36,11 @@ jobs:
36
- name: Perform build
37
run: MSBuild .\OpenDental.sln /property:Configuration=${{ matrix.configuration }} /property:Platform="Any CPU"
38
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
+
46
0 commit comments