Updated GitHub workflows

This commit is contained in:
Blixibon 2022-10-30 13:33:43 -05:00
parent 8da7734c0d
commit f5cf90dbc3
3 changed files with 4 additions and 3 deletions

View File

@ -64,5 +64,7 @@ jobs:
with:
configuration: '${{ github.event.inputs.configuration }}'
branch: '${{ github.event.inputs.branch }}'
game: '${{ github.event.inputs.game }}'
project-group: '${{ github.event.inputs.project-group }}'
solution-name: '${{ github.event.inputs.solution-name }}'
build-on-linux: '${{ github.event.inputs.build-on-linux }}'

View File

@ -212,7 +212,7 @@ jobs:
- name: Create project files
working-directory: '${{inputs.branch}}/src'
run: sudo ./create${{inputs.project-group}}projects
run: ./create${{inputs.project-group}}projects
# --------------------------------------------------------------------

View File

@ -18,7 +18,7 @@ on:
- master
jobs:
games:
everything:
strategy:
matrix:
configuration: [Release, Debug]
@ -26,7 +26,6 @@ jobs:
with:
configuration: ${{ matrix.configuration }}
branch: 'sp'
game: 'episodic' # Change this if your mod is not using HL2/Episodic game projects
project-group: 'all'
solution-name: 'everything'
build-on-linux: true # Disable this if you don't want to compile for Linux