From bd5d52949ce8029d6aeeaf4785bb62780d08c486 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Thu, 7 Jul 2022 18:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E4=B8=AD?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E4=BA=86Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f54e6c..f46b40f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - name: Deploy Qt # 寻找需要的dll - run: windeployqt ${{github.workspace}}/build/auto_bus_gui.exe + run: windeployqt ${{github.workspace}}/build/Release/auto_bus_gui.exe - name: Upload Release # 上传发布 @@ -50,10 +50,10 @@ jobs: 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 + ${{github.workspace}}/build/Release/auto_bus_gui.exe + ${{github.workspace}}/build/Release/*.dll + ${{github.workspace}}/build/Release/iconengines/*.dll + ${{github.workspace}}/build/Release/imageformats/*.dll + ${{github.workspace}}/build/Release/platforms/*.dll + ${{github.workspace}}/build/Release/styles/*.dll + ${{github.workspace}}/build/Release/translations/*.qm \ No newline at end of file