Skip to content

add initial workflow to build #1

add initial workflow to build

add initial workflow to build #1

Workflow file for this run

name: Publish Release Artifcats
on:
push:
branches:
- release-artifacts
jobs:
release:
name: Publish Artifcats
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodule: true
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Build
run: ./scripts/build.sh