Skip to content

Handle missing patch version by making it optional in regex matching. #152

Handle missing patch version by making it optional in regex matching.

Handle missing patch version by making it optional in regex matching. #152

Workflow file for this run

---
name: Build Dev Artifact
on:
push:
branches:
- 'master'
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v4
- run: make dev
- uses: actions/upload-artifact@v3
with:
name: linux_x64
path: ${{ github.workspace }}/bin/noisetorch