Skip to content

edit: improve stability when files are still being downloaded #2

edit: improve stability when files are still being downloaded

edit: improve stability when files are still being downloaded #2

Workflow file for this run

name: release
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set version
run:
with:
go-version: 1.22
- name: Check version
run: go version
- name: Build executables
run: |
export VERSION=${{ github.ref_name }}
sed -i 's/Version = "dev"/Version = "'"$VERSION"'"/' internal/version.go