From 1ca2f5159e2fd734bbc6bfa9bac9cffe472ec45a Mon Sep 17 00:00:00 2001 From: lulu Date: Wed, 23 Oct 2024 14:49:48 +0200 Subject: [PATCH] fix build workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e56a4e4..4e2bd7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' architecture: ${{ matrix.os == 'macos-latest' && 'arm64' || 'x64' }} cache: 'pip' cache-dependency-path: | @@ -37,7 +37,7 @@ jobs: uses: Nuitka/Nuitka-Action@main with: nuitka-version: main - script-name: aniworld + script-name: src/aniworld onefile: true - name: Upload Artifacts