Skip to content

Commit

Permalink
Merge pull request #3164 from Rhinous/building
Browse files Browse the repository at this point in the history
Turn compat assembly building back on
  • Loading branch information
N7Huntsman authored Jun 6, 2024
2 parents 0eb87b5 + a779605 commit 485050d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: |
TEMP=${{ runner.temp }}/ python Make.py --csproj Source/CombatExtended/CombatExtended.csproj --output Assemblies/CombatExtended.dll --download-libs --all-libs --publicizer $PWD/AssemblyPublicizer
#- name: build compat
# run: |
# TEMP=${{ runner.temp }}/ python BuildCompat.py
- name: build compat
run: |
TEMP=${{ runner.temp }}/ python BuildCompat.py
- name: package
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
TEMP=${{ runner.temp }}/ python Make.py --csproj Source/CombatExtended/CombatExtended.csproj --output Assemblies/CombatExtended.dll --download-libs --all-libs --publicizer $PWD/AssemblyPublicizer
#- name: build compat
# run: |
# TEMP=${{ runner.temp }}/ python BuildCompat.py
- name: build compat
run: |
TEMP=${{ runner.temp }}/ python BuildCompat.py
- name: package
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: build core
run: |
TEMP=${{ runner.temp }}/ python Make.py --csproj Source/CombatExtended/CombatExtended.csproj --output Assemblies/CombatExtended.dll --download-libs --all-libs --publicizer $PWD/AssemblyPublicizer
#- name: build compat
# run: |
# TEMP=${{ runner.temp }}/ python BuildCompat.py
- name: build compat
run: |
TEMP=${{ runner.temp }}/ python BuildCompat.py
- name: package
run: |
mkdir CombatExtended
Expand Down

0 comments on commit 485050d

Please sign in to comment.