From aa6ae9d69d827e5418b9d9b18f8fb221ea57bcd4 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Thu, 7 Jul 2022 20:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E4=BF=AE=E6=94=B9=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=96=87=E4=BB=B6=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6037f41..5f9bbda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,10 +48,15 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: | - ${{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 + build/Release/auto_bus_gui.exe + build/Release/*.dll + build/Release/iconengines/*.dll + build/Release/imageformats/*.dll + build/Release/platforms/*.dll + build/Release/styles/*.dll + build/Release/translations/*.qm + + + + +