use build-release

This commit is contained in:
0g-wh 2024-08-05 16:05:12 +08:00
parent 95b8a64427
commit dbffdac659

View File

@ -16,7 +16,7 @@ jobs:
with:
go-version: '1.21'
- name: Build
run: make build
run: make build-release
- name: Rename file
run: mv ./out/linux/0gchaind ./out/linux/0gchaind-linux-${{ github.ref_name }}
- name: Upload Release Asset