Skip to content

Commit

Permalink
🏗️ Collect GH release from new dir +semver: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
decaprime committed Jun 2, 2023
1 parent 9b832c0 commit 1203a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
body: Automatic pre-release of ${{ env.GitVersion_SemVer }} for ${{ env.GitVersion_ShortSha }}
name: v${{ env.GitVersion_SemVer }}
files: ./VampireCommandFramework/bin/Debug/net6.0/*.dll
files: ./VampireCommandFrameworkPlugin/bin/Debug/net6.0/*.dll
fail_on_unmatched_files: true
prerelease: true
tag_name: v${{ env.GitVersion_SemVer }}

0 comments on commit 1203a76

Please sign in to comment.