mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 10:21:04 +00:00
Update builder.yml
This commit is contained in:
parent
59e492f014
commit
630bf752a1
16
.github/workflows/builder.yml
vendored
16
.github/workflows/builder.yml
vendored
@ -15,6 +15,14 @@ jobs:
|
||||
- name: Install Python packages
|
||||
run: pip install py7zr pefile colorama
|
||||
|
||||
- name: Prepare directory
|
||||
working-directory: ./src/bin/installer
|
||||
run: python generate-sections.py -f ${{ github.workspace }}/src/toolkit -o ${{ github.workspace }}/src/bin/installer/full
|
||||
|
||||
- name: Prepare documents
|
||||
working-directory: ./src/bin/installer
|
||||
run: ./build-docs.bat
|
||||
|
||||
- name: Update .iss config paths
|
||||
working-directory: ./src/bin/installer/full
|
||||
env:
|
||||
@ -28,14 +36,6 @@ jobs:
|
||||
sed -i "s|C:\\\\code|$WORKSPACE_BUILD_PATH|g" setup.iss
|
||||
cat setup.iss
|
||||
|
||||
- name: Prepare directory
|
||||
working-directory: ./src/bin/installer
|
||||
run: python generate-sections.py -f ${{ github.workspace }}/src/toolkit -o ${{ github.workspace }}/src/bin/installer/full
|
||||
|
||||
- name: Prepare documents
|
||||
working-directory: ./src/bin/installer
|
||||
run: ./build-docs.bat
|
||||
|
||||
- name: Build installer
|
||||
working-directory: ./src/bin/installer/full
|
||||
run: ISCC.exe setup.iss /DMySrcDir="${{ github.workspace }}/src" /DMyOutputDir="${{ github.workspace }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user