Skip to content

release build

release build #10

Workflow file for this run

name: release build
on:
workflow_dispatch:
jobs:
build_linux:
if: false
uses: ./.github/workflows/build.yml
with:
runner: ubuntu-latest
target: linux
branch: develop
build_version: ${{ github.run_number }}-dev
secrets: inherit
build_win:
if: false
uses: ./.github/workflows/build.yml
with:
runner: windows-latest
target: win
branch: develop
build_version: ${{ github.run_number }}-dev
secrets: inherit
build_mac:
if: false
uses: ./.github/workflows/build.yml
with:
runner: macos-14
target: mac
branch: develop
build_version: ${{ github.run_number }}-dev
apple_cert: "${{ secrets.APPLE_CERT }}"

Check failure on line 33 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: 33, Col: 19): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APPLE_CERT .github/workflows/release.yml (Line: 34, Col: 19): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APPLE_CERT_PASS
apple_pass: "${{ secrets.APPLE_CERT_PASS }}"
secrets: inherit