diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fd1db316..451ee017 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -66,16 +66,7 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} run: | mkdir "Output\scripts" - copy "scripts\install-to-BlueShift.bat" "Output\scripts" /y - copy "scripts\install-to-ConditionZero.bat" "Output\scripts" /y - copy "scripts\install-to-CounterStrike.bat" "Output\scripts" /y - copy "scripts\install-to-CSCZDeletedScenes.bat" "Output\scripts" /y - copy "scripts\install-to-DayOfDefeat.bat" "Output\scripts" /y - copy "scripts\install-to-Echoes.bat" "Output\scripts" /y - copy "scripts\install-to-HalfLife.bat" "Output\scripts" /y - copy "scripts\install-to-HalfLifeUpdated.bat" "Output\scripts" /y - copy "scripts\install-to-OpposingForce.bat" "Output\scripts" /y - copy "scripts\install-to-SvenCoop.bat" "Output\scripts" /y + copy "scripts\install-*.bat" "Output\scripts" /y shell: cmd - name: Zipping All diff --git a/.github/workflows/windows_blob.yml b/.github/workflows/windows_blob.yml index 03159b93..e9cd7558 100644 --- a/.github/workflows/windows_blob.yml +++ b/.github/workflows/windows_blob.yml @@ -53,6 +53,14 @@ jobs: xcopy "Build" "Output\Build" /y /e shell: cmd + - name: Copy install bat to Output + working-directory: ${{env.GITHUB_WORKSPACE}} + run: | + mkdir "Output\scripts" + copy "scripts\install-helper-*.bat" "Output\scripts" /y + copy "scripts\install-to-CustomGame.bat" "Output\scripts" /y + shell: cmd + - name: Zipping All uses: vimtor/action-zip@v1 with: