add: auto Release after msbuild
This commit is contained in:
6
.github/workflows/msbuild.yml
vendored
6
.github/workflows/msbuild.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user