Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
(this is pwsh not bash aaa)
  • Loading branch information
nyakowint committed Sep 20, 2023
1 parent 9951bbe commit 1be96af
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 @@ -48,7 +48,7 @@ jobs:

- name: Create Release
run: |
short_sha=${${{ github.sha }}:0:6}
$short_sha="${{ github.sha }}".Substring(0,6)
gh release create ${{ steps.tag_version.outputs.new_tag }}-$short_sha ./builds/Release/net472/KeyboardOSC.dll --title "KeyboardOSC Build $short_sha" --prerelease --notes "${{ steps.tag_version.outputs.changelog }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1be96af

Please sign in to comment.