Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 24dd98a

Browse files
authored
Merge pull request #7 from Project-Collapse-Studios/psc-dev
wrong fix 😭
2 parents 889ce15 + 365d30d commit 24dd98a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
python -m pip install -r requirements.txt
5757
5858
- name: Build FGD patch
59-
run: |
60-
cd src
61-
python ./src/hammeraddons/unify_fgd.py -d ./fgd export_pcp -o patch.fgd P2CE
59+
run: python ./src/hammeraddons/unify_fgd.py -d ./fgd export_pcp -o patch.fgd P2CE
6260

6361
- run: git fetch --tags origin
6462

@@ -102,8 +100,9 @@ jobs:
102100
run: |
103101
python -m pip install -r requirements.txt
104102
105-
- run: python -m PyInstaller --distpath ../dist/ --workpath ../pc_build -y ../postcompiler.spec
106-
103+
- run: |
104+
cd src
105+
python -m PyInstaller --distpath ../dist/ --workpath ../pc_build -y ../postcompiler.spec
107106
shell: bash
108107
109108
- name: Pack files

0 commit comments

Comments
 (0)