From 3384f2a6f782e767750c0cf8d3b27d3d3a882da8 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Thu, 7 Jul 2022 17:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86CI=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 99840c0..8f54e6c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -46,14 +46,14 @@ jobs: - name: Upload Release # 上传发布 uses: "marvinpinto/action-automatic-releases@latest" - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false - files: | - ${{github.workspace}}/build/auto_bus_gui.exe - ${{github.workspace}}/build/*.dll - ${{github.workspace}}/build/iconengines/*.dll - ${{github.workspace}}/build/imageformats/*.dll - ${{github.workspace}}/build/platforms/*.dll - ${{github.workspace}}/build/styles/*.dll - ${{github.workspace}}/build/translations/*.qm \ No newline at end of file + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + prerelease: false + files: | + ${{github.workspace}}/build/auto_bus_gui.exe + ${{github.workspace}}/build/*.dll + ${{github.workspace}}/build/iconengines/*.dll + ${{github.workspace}}/build/imageformats/*.dll + ${{github.workspace}}/build/platforms/*.dll + ${{github.workspace}}/build/styles/*.dll + ${{github.workspace}}/build/translations/*.qm \ No newline at end of file