2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

ci: fix build command for release action

This commit is contained in:
sammyette 2022-12-20 22:05:24 -04:00
parent a1ce4389e8
commit 3cedff273a
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -41,6 +41,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_command: task
build_command: ./bin/task
binary_name: hilbish
extra_files: LICENSE README.md CHANGELOG.md .hilbishrc.lua nature libs docs emmyLuaDocs