文件路径中缺失了Release
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy Qt
|
- name: Deploy Qt
|
||||||
# 寻找需要的dll
|
# 寻找需要的dll
|
||||||
run: windeployqt ${{github.workspace}}/build/auto_bus_gui.exe
|
run: windeployqt ${{github.workspace}}/build/Release/auto_bus_gui.exe
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
# 上传发布
|
# 上传发布
|
||||||
@@ -50,10 +50,10 @@ jobs:
|
|||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
${{github.workspace}}/build/auto_bus_gui.exe
|
${{github.workspace}}/build/Release/auto_bus_gui.exe
|
||||||
${{github.workspace}}/build/*.dll
|
${{github.workspace}}/build/Release/*.dll
|
||||||
${{github.workspace}}/build/iconengines/*.dll
|
${{github.workspace}}/build/Release/iconengines/*.dll
|
||||||
${{github.workspace}}/build/imageformats/*.dll
|
${{github.workspace}}/build/Release/imageformats/*.dll
|
||||||
${{github.workspace}}/build/platforms/*.dll
|
${{github.workspace}}/build/Release/platforms/*.dll
|
||||||
${{github.workspace}}/build/styles/*.dll
|
${{github.workspace}}/build/Release/styles/*.dll
|
||||||
${{github.workspace}}/build/translations/*.qm
|
${{github.workspace}}/build/Release/translations/*.qm
|
||||||
Reference in New Issue
Block a user