Skip to content

Update build-workflow.yml #8

Update build-workflow.yml

Update build-workflow.yml #8

on: workflow_dispatch
jobs:
build-workflow-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --release
working-directory: .github/workflow-bin
- uses: Shopify/upload-to-release
with:
name: workflow-bin
path: .github/workflow-bin/target/release/workflow-bin
repo-token: ${{ secrets.GITHUB_TOKEN }}