From ff11d8cab10640712c60046f6d20b5d179c23cd8 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 29 Dec 2022 10:16:17 +0800 Subject: [PATCH] fix: another - --- .github/workflows/nuitka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index b611d68..4483188 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -40,7 +40,7 @@ jobs: # Build python script into a stand-alone exe - name: Build - - uses: Nuitka/Nuitka-Action@v0.4 + uses: Nuitka/Nuitka-Action@v0.4 with: script-name: DR.py standalone: true