File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,18 @@ jobs:
17
17
- name : Checkout lua-vosk
18
18
uses : actions/checkout@v3
19
19
with :
20
+ fetch-depth : 0
20
21
path : luavosk
21
22
22
23
- name : Minor preparations
23
24
run : sudo apt install gcc-aarch64-linux-gnu mingw-w64
24
25
25
26
- name : Get previous tag
27
+ working-directory : luavosk
26
28
id : prevtag
27
29
shell : bash
28
30
run : |
29
- echo "tag=$(GIT.EXE describe --abbrev=0 --tags ${{ github.ref_name }}^)" >> $GITHUB_OUTPUT
31
+ echo ":: tag::$(git describe --abbrev=0 --tags ${{ github.ref_name }}^)"
30
32
31
33
- name : Init LuaJIT
32
34
working-directory : luavosk/misc
58
60
- name : Create release
59
61
uses : softprops/action-gh-release@v1
60
62
with :
61
- prerelease : true
62
- name : Pre-release ${{ github.ref_name }}
63
+ name : Release ${{ github.ref_name }}
63
64
body : " **Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ steps.prevtag.outputs.tag }}...${{ github.ref_name }}"
64
65
files : |
65
66
./luavosk/misc/out/windows-x64.zip
You can’t perform that action at this time.
0 commit comments