Skip to content

Commit e7d2925

Browse files
committed
修复打包工作流中的路径问题,确保正确上传发布资产
1 parent 7617c6e commit e7d2925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
[System.Environment]::SetEnvironmentVariable('PYTHONUTF8', '1', 'Process')
4242
# 设置控制台编码为UTF-8
4343
chcp.com 65001
44-
44+
4545
- name: Run packaging script
4646
run: |
4747
cd package
@@ -64,6 +64,6 @@ jobs:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
with:
6666
upload_url: ${{ steps.create_release.outputs.upload_url }}
67-
asset_path: ./package/dist/
67+
asset_path: ./dist/
6868
asset_name: ${{ github.event.inputs.tag_name }}-binaries
6969
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)