Skip to content

Commit

Permalink
Trying to optimize build
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliyobo committed Aug 14, 2023
1 parent ef57b4d commit 5c5891b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
python-version: "3.10"
architecture: ${{ matrix.CI_ARCH }}
- run: pip install invoke && invoke build && invoke create-portable
- run: pip install invoke && invoke build
- name: Upload portable
uses: actions/upload-artifact@v3
with:
name: Bookworm-${{ matrix.CI_ARCH }}
path: scripts/Bookworm*portable.zip
name: Bookworm-portable-${{ matrix.CI_ARCH }}
path: scripts/builder/dist/${{ matrix.CI_ARCH }}/Bookworm
strategy:
matrix:
CI_ARCH: ["x86", "x64"]

0 comments on commit 5c5891b

Please sign in to comment.