mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
build: add TR2 installer automatic builds
This commit is contained in:
parent
e2bcd1aeb7
commit
3e2206906e
4 changed files with 28 additions and 1 deletions
4
.github/workflows/job_build_tr2.yml
vendored
4
.github/workflows/job_build_tr2.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue