Skip to content

Fix syntax error

Fix syntax error #2

Workflow file for this run

name: Build and package Windows
on: push
jobs:
build:
uses: anderbellstudios/pop-pixie/.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

invalid value workflow reference: no version specified
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