Skip to content

Work around filename restrictions on macOS #15

Work around filename restrictions on macOS

Work around filename restrictions on macOS #15

Workflow file for this run

name: release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
release:
permissions:
contents: write
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup-go
uses: actions/setup-go@v5
with:
go-version: stable
- name: build
run: go build -trimpath
- name: release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: sigtop.exe