mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-19 20:22:56 +08:00
update target path
This commit is contained in:
parent
e64efddda3
commit
06e4749663
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
if: startsWith(github.event.ref, 'refs/tags/')
|
||||
run: |
|
||||
# 拷贝依赖
|
||||
macdeployqt bin/${targetName}.app -qmldir=. -verbose=1 -dmg
|
||||
macdeployqt bin/release/${targetName}.app -qmldir=. -verbose=1 -dmg
|
||||
# tag 查询github-Release
|
||||
- name: queryRelease
|
||||
id: queryReleaseMacos
|
||||
@ -126,6 +126,6 @@ jobs:
|
||||
uses: actions/upload-release-asset@v1.0.1
|
||||
with:
|
||||
upload_url: ${{ env.uploadUrl }}
|
||||
asset_path: ./bin/${{ env.targetName }}.dmg
|
||||
asset_path: ./bin/release/${{ env.targetName }}.dmg
|
||||
asset_name: ${{ runner.os }}-${{ env.targetName }}.dmg
|
||||
asset_content_type: application/applefile
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
# 创建文件夹
|
||||
New-Item -ItemType Directory ${env:archiveName}
|
||||
# 拷贝exe
|
||||
Copy-Item bin\${env:targetName} ${env:archiveName}\
|
||||
Copy-Item bin\release\${env:targetName} ${env:archiveName}\
|
||||
# 拷贝依赖
|
||||
windeployqt --qmldir . ${env:archiveName}\${env:targetName}
|
||||
# 打包zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user