6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-14 06:58:21 +00:00

ci: fix gh release command

This commit is contained in:
Régis Behmo 2023-04-28 09:33:41 +02:00
parent a302acc228
commit 35efd44a0e

View File

@ -67,6 +67,6 @@ jobs:
run: | run: |
export FILENAME="tutor-$(uname -s)_$(uname -m)" export FILENAME="tutor-$(uname -s)_$(uname -m)"
mv ./dist/tutor $FILENAME mv ./dist/tutor $FILENAME
${{ env.gh_bin }} release upload --clobber ${{ github.ref_name }} $FILENAME gh release upload --clobber ${{ github.ref_name }} $FILENAME
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}