1
0
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:
jared 2019-12-07 16:46:15 +08:00
parent e64efddda3
commit 06e4749663
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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