[General] Update workflows (#530)

This commit is contained in:
Edo 2022-10-16 00:00:14 +01:00 committed by GitHub
parent 8adec3e678
commit bff0d22e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View File

@ -36,7 +36,7 @@ jobs:
lfs: false lfs: false
- name: Add msbuild to PATH - name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1 uses: microsoft/setup-msbuild@v1.1.3
- name: Generate project files - name: Generate project files
run: tools/premake5 vs2022 run: tools/premake5 vs2022

View File

@ -12,7 +12,7 @@ jobs:
name: "Draft a new release" name: "Draft a new release"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Normalize version - name: Normalize version
id: normalize_version id: normalize_version

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Check out files - name: Check out files
if: github.event.pull_request.merged if: github.event.pull_request.merged
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
submodules: false submodules: false
lfs: false lfs: false

View File

@ -36,7 +36,6 @@
| `-bigminidumps` | Include all code sections from loaded modules in the dump. | | `-bigminidumps` | Include all code sections from loaded modules in the dump. |
| `-reallybigminidumps` | Include data sections from all loaded modules in the dump. | | `-reallybigminidumps` | Include data sections from all loaded modules in the dump. |
| `-dump` | Write info of loaded assets to the raw folder as they are being loaded. | | `-dump` | Write info of loaded assets to the raw folder as they are being loaded. |
| `-monitor` | This flag is for internal use and it is used to indicate if an external console is present. |
| `-nointro` | Skip game's cinematic intro. | | `-nointro` | Skip game's cinematic intro. |
| `-version` | Print IW4x build info on startup. | | `-version` | Print IW4x build info on startup. |
| `-zonebuilder` | Start the interactive zonebuilder tool console instead of starting the game. | | `-zonebuilder` | Start the interactive zonebuilder tool console instead of starting the game. |