Skip to content

Added BeamProjOverride pointing to Hathora Demo BEAMPROJ #13

Added BeamProjOverride pointing to Hathora Demo BEAMPROJ

Added BeamProjOverride pointing to Hathora Demo BEAMPROJ #13

Workflow file for this run

name: Windows build
on:
workflow_dispatch:
push:
branches:
- dev
- main
- testBuild
- hathoraSample
permissions:
contents: write
jobs:
deploy:
runs-on: [self-hosted, Windows]
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Build image
run: .\windows_build_project.ps1
- name: Compress Directory
run: powershell Compress-Archive PackagedProject artifacts.zip
- name: Upload Compressed Folder as Artifact
uses: actions/upload-artifact@v3
with:
name: artifacts
path: artifacts.zip