Skip to content

refactor: use the reuseable bundle-desktop workflow in ci-desktop-app.yml #36

refactor: use the reuseable bundle-desktop workflow in ci-desktop-app.yml

refactor: use the reuseable bundle-desktop workflow in ci-desktop-app.yml #36

Workflow file for this run

name: Desktop App Build (without signing)
on:
pull_request:
branches:
- v1.0
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
bundle-desktop:
uses: ./.github/workflows/bundle-desktop.yml

Check failure on line 15 in .github/workflows/ci-desktop-app.yml

View workflow run for this annotation

GitHub Actions / Desktop App Build (without signing)

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-desktop-app.yml (Line: 15, Col: 11): Error from called workflow block/goose/.github/workflows/bundle-desktop.yml@7f93ab24ba7349b442c1e48de86925409ec86b06 (Line: 11, Col: 9): Required property is missing: type
with:
signing: false