Skip to content

Commit b5297db

Browse files
committed
update release upload (this must be last please!!!)
1 parent ef6d58c commit b5297db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
- run: pip install -r requirements.txt pyinstaller Pillow
3030
- run: pyinstaller main.py --onefile --collect-data=grapheme --name=ncp-${{ matrix.name }}
3131
- run: ./dist/ncp-${{ matrix.name }} --help
32-
- id: vars
33-
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3432
- run: |
3533
cd dist
36-
gh release create ${{ steps.vars.outputs.sha_short }} * --title "Release ${{ steps.vars.outputs.sha_short }}" --latest
34+
gh release create $(git rev-parse --short HEAD) * --title "Release $(git rev-parse --short HEAD)" --latest
3735
env:
3836
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3937
shell: bash

0 commit comments

Comments
 (0)