Skip to content

.github/workflows/build-workflow.yml #6

.github/workflows/build-workflow.yml

.github/workflows/build-workflow.yml #6

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