Skip to content

WIP 11

WIP 11 #11

Workflow file for this run

name: Build and package Windows
on: push
jobs:
build:
uses: ./.github/workflows/build.yml
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