mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 18:15:09 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
c8aff67064
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user