From 11effc6f9ee5c955a00df2e21f6511bc6307b248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 21 May 2022 19:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E8=AF=81Nuitka=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=9C=A8=E6=9C=80=E5=89=8D=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 72e7179..29e5736 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: 0.0PyinstallerBuilds + tag: Current.Version.Built.with.Pyinstaller artifacts: ./out/*pyinstaller*.exe token: ${{ secrets.GITHUB_TOKEN }} @@ -72,6 +72,6 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: Current + tag: Latest artifacts: ./out/*nuitka*.exe token: ${{ secrets.GITHUB_TOKEN }}