Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
上传的东西中缺少了关键的文件
  • Loading branch information
lsewcx authored Jul 16, 2024
1 parent 9515bcf commit 8e5fc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: macOS-Build
path: dist/github.app # 根据实际路径修改
path: dist/github # 根据实际路径修改

build-windows:
runs-on: windows-latest
Expand All @@ -47,4 +47,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Windows-Build
path: dist/github.exe # 根据实际路径修改
path: dist/github.exe # 根据实际路径修改

0 comments on commit 8e5fc87

Please sign in to comment.