We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c1186 commit ae04cf0Copy full SHA for ae04cf0
1 file changed
.github/workflows/build-postcompiler.yml
@@ -35,8 +35,17 @@ jobs:
35
run: |
36
python -m pip install -U setuptools pip wheel
37
python -m pip install -r requirements.txt
38
+ - name: Build assets
39
+ run: |
40
+ mkdir build
41
+ mkdir build/bin
42
+ mkdir build/bin/win64
43
+ mkdir build/hammer
44
+ robocopy hammer/scripts build/hammer/scripts /S /PURGE
45
+ python src/hammeraddons/build_fgd_assets.py -i patch_postcompiler.fgd -o build/hammer -a hammer
46
+
47
- name: Freeze application
- run: python -m PyInstaller --distpath ../build/ -y ../postcompiler.spec
48
+ run: python -m PyInstaller --distpath ../build/bin/win64 -y ../postcompiler.spec
49
working-directory: ./src/
50
- name: Zip hammeraddons_${{ matrix.artifact-name }}
51
uses: thedoctor0/zip-release@master
0 commit comments