From 3d028a0e0c4cd4d2f1676b6bfd963dd963bdbcd7 Mon Sep 17 00:00:00 2001 From: ikun0014 Date: Sun, 27 Oct 2024 14:38:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9E=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0962a5a..478c968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Build uses: Nuitka/Nuitka-Action@main with: - nuitka-version: latest + nuitka-version: main script-name: main.py standalone: true onefile: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 393093f..ee59474 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Build uses: Nuitka/Nuitka-Action@main with: - nuitka-version: latest + nuitka-version: main script-name: main.py standalone: true onefile: true