Skip to content

tooling: golang 1.23.4 (#27) #24

tooling: golang 1.23.4 (#27)

tooling: golang 1.23.4 (#27) #24

Workflow file for this run

# scm-usb-go:main
name: main
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
- name: Upload Release
if: contains(github.ref, 'tags')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
file_glob: true
tag: ${{ github.ref }}