Skip to content

Added paths to LinuxServerBuild Hathora Demo so that it only triggers… #9

Added paths to LinuxServerBuild Hathora Demo so that it only triggers…

Added paths to LinuxServerBuild Hathora Demo so that it only triggers… #9

Workflow file for this run

name: Windows build
on:
workflow_dispatch:
push:
branches:
- dev
- main
permissions:
contents: write
jobs:
deploy:
runs-on: [self-hosted, Windows]
steps:
- uses: actions/checkout@v4
with:
lfs: true
- run: git clean -fdx
- name: Prepare Repository for Compilation
run: bash init_repo.sh
- 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@v4
with:
name: artifacts
path: artifacts.zip