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 / Build and package Windows

Invalid workflow file

The workflow is not valid. In .github/workflows/windows.yml (Line: 7, Col: 11): Error from called workflow anderbellstudios/pop-pixie/.github/workflows/build.yml@eb737a4f327497af4fdc1a35f838aa477d0f5991 (Line: 5, Col: 5): Unexpected value 'input'
with:
targetPlatform: StandaloneWindows64
customParameters: -development
package_windows:
needs: build
runs-on: windows-latest
steps:
- uses: actions/download-artifact@v4
with:
name: ${{ needs.build.outputs.artifact_name }}
- run: ls -R