Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 1b12695

Browse files
committed
👷 Exclude PySide6.examples in dev builds
1 parent e372bea commit 1b12695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ jobs:
120120
run: |
121121
RAW_BRANCH=${{ github.ref_name || github.head_ref }}
122122
BRANCH=${RAW_BRANCH//\//-}
123-
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
123+
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
124124
- name: Install dependencies and build
125125
run: |
126126
pipx run poetry install --no-interaction --with compile
127127
./.venv/Scripts/activate.ps1
128128
pip install nuitka minecraft_launcher_lib PySide6 click tomli darkdetect
129-
python -m nuitka --standalone --onefile --windows-icon-from-ico=media/icon.ico --output-dir=build --include-package=minecraft_launcher_lib,PySide6,click,tomli,darkdetect -o "Vanilla Installer-GUI ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }}.exe" --enable-plugin=pyside6 --include-data-dir=vanilla_installer/assets=assets/ --disable-console vanilla_installer/gui.py --assume-yes-for-downloads
129+
python -m nuitka --standalone --onefile --windows-icon-from-ico=media/icon.ico --output-dir=build --include-package=minecraft_launcher_lib,PySide6,click,tomli,darkdetect -o "Vanilla Installer-GUI ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }}.exe" --enable-plugin=pyside6 --include-data-dir=vanilla_installer/assets=assets/ --disable-console --nofollow-import-to=PySide6.examples vanilla_installer/gui.py --assume-yes-for-downloads
130130
- name: Upload built executable
131131
uses: actions/upload-artifact@v3
132132
with:

0 commit comments

Comments
 (0)