From 1b126951ecd713664a83021e4d0491b24250ed51 Mon Sep 17 00:00:00 2001 From: osfanbuff63 Date: Thu, 9 Feb 2023 10:51:09 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Exclude=20PySide6.examples=20in?= =?UTF-8?q?=20dev=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e4850..b48c9f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,13 +120,13 @@ jobs: run: | RAW_BRANCH=${{ github.ref_name || github.head_ref }} BRANCH=${RAW_BRANCH//\//-} - echo "BRANCH=$BRANCH" >> $GITHUB_ENV + echo "BRANCH=$BRANCH" >> $GITHUB_ENV - name: Install dependencies and build run: | pipx run poetry install --no-interaction --with compile ./.venv/Scripts/activate.ps1 pip install nuitka minecraft_launcher_lib PySide6 click tomli darkdetect - 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 + 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 - name: Upload built executable uses: actions/upload-artifact@v3 with: