diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7305ea9..6037f41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,10 +48,10 @@ 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 + ${{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