Skip to content

workflow

workflow #1

Workflow file for this run

on:
push:
workflow_dispatch:
jobs:
build_qemu:
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 7 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
strategy:
fail-fast: false
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v3
- ./run.sh amd64 ./build.sh