Skip to content

Fix deploy tarball #142

Fix deploy tarball

Fix deploy tarball #142

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19
id: go
- name: Build
run: script/cibuild