Skip to content

Sign and notarize MacOS binary #15

Sign and notarize MacOS binary

Sign and notarize MacOS binary #15

Workflow file for this run

name: Build test
on:
pull_request:
branches:
- develop
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
export PATH=${PATH}:`go env GOPATH`/bin
make install
make build