mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
build release binaries with ci workflow
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -17,12 +17,6 @@ jobs:
|
||||
with:
|
||||
go-version: 1.22.11
|
||||
|
||||
- name: Display the version of go that we have installed
|
||||
run: go version
|
||||
|
||||
- name: Display the release tag
|
||||
run: echo ${{ github.ref_name}}
|
||||
|
||||
- name: Build the executables
|
||||
run: ./mkrel.sh anydb ${{ github.ref_name}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user