Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
igor725 committed Dec 8, 2023
1 parent 1569736 commit 034b820
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ jobs:
- name: Checkout lua-vosk
uses: actions/checkout@v3
with:
fetch-depth: 0
path: luavosk

- name: Minor preparations
run: sudo apt install gcc-aarch64-linux-gnu mingw-w64

- name: Get previous tag
working-directory: luavosk
id: prevtag
shell: bash
run: |
echo "tag=$(GIT.EXE describe --abbrev=0 --tags ${{ github.ref_name }}^)" >> $GITHUB_OUTPUT
echo "::tag::$(git describe --abbrev=0 --tags ${{ github.ref_name }}^)"
- name: Init LuaJIT
working-directory: luavosk/misc
Expand Down Expand Up @@ -58,8 +60,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v1
with:
prerelease: true
name: Pre-release ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
body: "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ steps.prevtag.outputs.tag }}...${{ github.ref_name }}"
files: |
./luavosk/misc/out/windows-x64.zip
Expand Down

0 comments on commit 034b820

Please sign in to comment.