Skip to content

Workflow file for this run

name: Create go binaries for linux, windows and mac
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build Releases
run: ./get-cli.sh
- name: Test binaries
run: ./instant-linux help
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
./instant-linux
./instant-macos
./instant.exe
./config.yml
./banner.txt