Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze authored Mar 18, 2024
1 parent 59e492f commit 630bf75
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}"
Expand Down

0 comments on commit 630bf75

Please sign in to comment.