fix: automatic Release after msbuild

This commit is contained in:
ALittlePatate
2024-06-12 22:02:42 +02:00
committed by GitHub
parent 8eefb56db9
commit fa7aec4e07

View File

@@ -21,7 +21,7 @@ env:
BUILD_CONFIGURATION: Release
permissions:
contents: read
contents: write
jobs:
build:
@@ -42,5 +42,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
artifacts: "x64/Release/DevourClient.dll"
generateReleaseNotes: true