Skip to content

Link for subscription #32

Link for subscription

Link for subscription #32

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
jobs:
publish:
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/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./uploads/*"]'