mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
ci: fix gh release
command
This commit is contained in:
parent
a302acc228
commit
35efd44a0e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -67,6 +67,6 @@ jobs:
|
||||
run: |
|
||||
export FILENAME="tutor-$(uname -s)_$(uname -m)"
|
||||
mv ./dist/tutor $FILENAME
|
||||
${{ env.gh_bin }} release upload --clobber ${{ github.ref_name }} $FILENAME
|
||||
gh release upload --clobber ${{ github.ref_name }} $FILENAME
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
Loading…
Reference in New Issue
Block a user