Skip to content

fix: explicitly specify the name of the copied binary #1

fix: explicitly specify the name of the copied binary

fix: explicitly specify the name of the copied binary #1

Workflow file for this run

name: Tag Build and Publish
on:
push:
tags:
- v**
jobs:
build-tag:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}
push: true
secrets: inherit