ci: set build version to 1.18, use task for release builds

pull/220/head
TorchedSammy 2022-12-02 09:39:22 -04:00
parent 4df37b4341
commit 4e850bb322
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.17.7'
go-version: '1.18.8'
- name: Download Task
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'
- name: Build

View File

@ -33,10 +33,13 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Download Task
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'
- uses: wangyoucao577/go-release-action@v1.25
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_command: task
binary_name: hilbish
extra_files: LICENSE README.md CHANGELOG.md .hilbishrc.lua nature libs docs emmyLuaDocs