Skip to content

Commit

Permalink
test: Update rust.yml: for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kerneltravel authored Sep 21, 2023
1 parent fd5bfd6 commit e0864aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
msvc_arch: x64
qt_arch_install: msvc2017_64
env:
targetName: HelloActions-Qt.exe
targetName: basic_form.exe
# 步骤
steps:
- uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# 创建文件夹
New-Item -ItemType Directory ${env:archiveName}
# 拷贝exe
Copy-Item bin\${env:targetName} ${env:archiveName}\
Copy-Item target\debug\${env:targetName} ${env:archiveName}\
# 拷贝依赖
windeployqt --qmldir . ${env:archiveName}\${env:targetName}
# 打包zip
Expand Down

0 comments on commit e0864aa

Please sign in to comment.