Skip to content

Workflow file for this run

name: Build and package Windows
on: push
jobs:
build:
uses: ./.github/workflows/build.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

error parsing called workflow ".github/workflows/windows.yml" -> "./.github/workflows/build.yml" (source branch with sha:293e26d073532ef3481b1a8da4eb03b68ece475f) : You have an error in your yaml syntax on line 52
with:
targetPlatform: StandaloneWindows64
customParameters: -development
secrets: inherit
package_windows:
name: Package Windows build
needs: build
runs-on: windows-latest
steps:
- uses: actions/download-artifact@v4
with:
name: ${{ needs.build.outputs.artifact_name }}
run-id: ${{ needs.build.outputs.run_id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: dir