6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2023-04-28 07:41:28 +00:00
commit c8aff67064

View File

@ -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 }}