Skip to content

ci: remove netbsd/386 from build #73

ci: remove netbsd/386 from build

ci: remove netbsd/386 from build #73

Workflow file for this run

name: Release by tag
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_PAT }}