Skip to content

release build

release build #6

Workflow file for this run

name: release build
on:
workflow_dispatch:
jobs:
build_linux:
uses: ./.github/workflows/build.yml
with:
runner: ubuntu-latest

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release build

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 10, Col: 15): Invalid input, runner is not defined in the referenced workflow.
os: linux
branch: develop
build_version: ${{ github.run_number }}-dev
secrets: inherit