Skip to content

Added Windows variant to build script #13

Added Windows variant to build script

Added Windows variant to build script #13

Workflow file for this run

name: Build and publish pre-release
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Build
run: ./build.ps1
shell: pwsh
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "prerelease"
prerelease: true
title: "Development Build"
files: |
binaries/*