add: auto Release after msbuild

This commit is contained in:
ALittlePatate
2024-06-12 21:54:37 +02:00
committed by GitHub
parent 70a9858ccc
commit 8eefb56db9

View File

@@ -38,3 +38,9 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level). # Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "x64/Release/DevourClient.dll"
generateReleaseNotes: true