Skip to content

Commit

Permalink
fix: automatic Release after msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ALittlePatate authored Jun 12, 2024
1 parent 8eefb56 commit fa7aec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
BUILD_CONFIGURATION: Release

permissions:
contents: read
contents: write

jobs:
build:
Expand All @@ -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

0 comments on commit fa7aec4

Please # to comment.