Skip to content

Commit 30a94c8

Browse files
committed
修复自动化发布后处理构建产物重命名文件名错误的问题
1 parent bb7709d commit 30a94c8

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
$TARGET_PATH="./target/release/starlink-windows.exe"
6262
echo "TARGET_PATH=$TARGET_PATH" >> $env:GITHUB_ENV
63-
Move-Item -Path ./target/release/starlink.exe -Destination $TARGET_PATH
63+
Move-Item -Path ./target/release/native.exe -Destination $TARGET_PATH
6464
- name: 发布
6565
uses: softprops/action-gh-release@v2
6666
env:

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)