Skip to content

Commit

Permalink
certified github workflow moment
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakowint committed Oct 20, 2023
1 parent 214b4aa commit 0c549bf
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 @@ -49,6 +49,6 @@ jobs:
- name: Create Release
run: |
$short_sha="${{ github.sha }}".Substring(0,7)
gh release create ${{ steps.tag_version.outputs.new_tag }}-$short_sha --title "KeyboardOSC Build $short_sha" --prerelease --notes "${{ steps.tag_version.outputs.changelog }} ./builds/Release/net472/KeyboardOSC.dll ./BepInEx.cfg"
gh release create ${{ steps.tag_version.outputs.new_tag }}-$short_sha ./builds/Release/net472/KeyboardOSC.dll ./BepInEx.cfg --title "KeyboardOSC Build $short_sha" --prerelease --notes "${{ steps.tag_version.outputs.changelog }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c549bf

Please sign in to comment.