Skip to content

gh action attempt

gh action attempt #1

Workflow file for this run

name: binary
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: checkout
# https://github.com/actions/checkout
uses: actions/checkout@v3
- name: build
run: ./scripts/publish_binary