build: add TR2 installer automatic builds
Some checks are pending
Run code linters / Run code linters (push) Waiting to run
Publish a pre-release / Build TR1 (push) Has been skipped
Publish a pre-release / Build TR2 (push) Has been skipped
Publish a pre-release / Create a prerelease (push) Has been skipped

This commit is contained in:
Marcin Kurczewski 2025-03-30 11:44:07 +02:00 committed by lahm86
parent e2bcd1aeb7
commit 3e2206906e
4 changed files with 28 additions and 1 deletions

View file

@ -1,4 +1,4 @@
name: Build TR2X
name: Build TR2X and the installer
on:
workflow_call:
@ -19,6 +19,8 @@ jobs:
just_target: tr2-package-linux ${{ inputs.target }}
- platform: win
just_target: tr2-package-win-all ${{ inputs.target }}
- platform: win-installer
just_target: tr2-package-win-installer ${{ inputs.target }}
steps:
- name: Install dependencies