From c6689eca7e67bbb4756dadfb227428b7002a942b 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:06:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39f827d..c6b36d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,6 +60,15 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: Current - artifacts: ./out/*.exe + tag: PyinstallerBuilds + artifacts: ./out/*pyinstaller*.exe + token: ${{ secrets.GITHUB_TOKEN }} + + # release处发布单文件可执行版exe + - name: Release + uses: ncipollo/release-action@v1 + with: + allowUpdates: true + tag: Current + artifacts: ./out/*nuitka*.exe token: ${{ secrets.GITHUB_TOKEN }}