Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
SindenDev committed Aug 18, 2024
1 parent b066936 commit 1de25c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
echo winSdkVer=%WindowsSdkVersion% >> %GITHUB_ENV%
echo vcToolsInstallDir=%VCToolsInstallDir% >> %GITHUB_ENV%
echo vcToolsRedistDir=%VCToolsRedistDir% >> %GITHUB_ENV%
mkdir -p plugins\geoservices
cp -p release\qtgeoservices_amap.dll plugins\geoservices\qtgeoservices_amap.dll
# tag 打包
- name: package
id: package
Expand Down
2 changes: 1 addition & 1 deletion scripts/windows-publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Write-Host "scriptDir" $scriptDir

function Main() {
# 打包zip
Compress-Archive -Path "release" $archiveName'.zip'
Compress-Archive -Path "plugins" $archiveName'.zip'
}

if ($null -eq $archiveName || $null -eq $targetName) {
Expand Down

0 comments on commit 1de25c8

Please sign in to comment.