Skip to content

Update to version with sshmux #31

Update to version with sshmux

Update to version with sshmux #31

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: actuated-8cpu-12gb
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.21.x
- name: Make
run: make all
- name: Upload release binaries
uses: alexellis/upload-assets@0.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./uploads/*"]'