Update dotnet-desktop.yml

This commit is contained in:
Sora 2023-04-16 08:27:46 +08:00 committed by GitHub
parent e1f2fefd19
commit f4e0c05ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -33,6 +33,19 @@ jobs:
run: msbuild.exe ChangeTimestamp.sln /t:Build /p:Configuration=${{ matrix.configuration }}
# Create Release
- name: Create Release
id: create_release
uses: actions/create-release@v1.9.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: AutoBuild
release_name: AutoBuild
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: true
# Upload Release Asset
- name: Upload Release Asset
id: upload-release-asset