Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 10, 2024
1 parent d766310 commit ff8fc2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/windows_blob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff8fc2a

Please sign in to comment.