diff --git a/.github/workflows/mapbase_build-base-dispatch.yml b/.github/workflows/mapbase_build-base-dispatch.yml index f7275435..d29e30d5 100644 --- a/.github/workflows/mapbase_build-base-dispatch.yml +++ b/.github/workflows/mapbase_build-base-dispatch.yml @@ -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 }}' diff --git a/.github/workflows/mapbase_build-base.yml b/.github/workflows/mapbase_build-base.yml index 0eca4ee0..e5619bfc 100644 --- a/.github/workflows/mapbase_build-base.yml +++ b/.github/workflows/mapbase_build-base.yml @@ -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 # -------------------------------------------------------------------- diff --git a/.github/workflows/mapbase_build-master.yml b/.github/workflows/mapbase_build-master.yml index ccbab0a6..9f70451b 100644 --- a/.github/workflows/mapbase_build-master.yml +++ b/.github/workflows/mapbase_build-master.yml @@ -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