Skip to content

Commit

Permalink
apply patches
Browse files Browse the repository at this point in the history
  • Loading branch information
SurFlurer committed Jan 17, 2025
1 parent 32e1b96 commit e27bf45
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cnk-multi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@ jobs:
if: runner.os == 'Windows'
run: |
del '${{ github.workspace }}\data\mods\MA\' -Recurse -Force
- name: apply_patch
run: |
git config --global user.email "[email protected]"
git config --global user.name "runner"
git am '${{ github.workspace }}/msvc-full-features/0001-Revert-fix-pulping-being-too-fast.patch'
git am '${{ github.workspace }}/msvc-full-features/0001-no-craft-message-in-iteminfo.patch'
git am '${{ github.workspace }}/msvc-full-features/0001-Revert-load-all-of-the-user-s-chosen-font-files-as-f.patch'
git am '${{ github.workspace }}/msvc-full-features/0001-Revert-Zombified-humans-are-still-humans.patch'
git am '${{ github.workspace }}/msvc-full-features/0001-do-not-check-morale-consistency.patch'
- name: udp (Linux)
if: runner.os != 'Windows'
run: |
Expand Down

0 comments on commit e27bf45

Please sign in to comment.