Skip to content

Commit

Permalink
修复文件位置
Browse files Browse the repository at this point in the history
ncipollo/release-action@v1 使用 GITHUB_WORKSPACE
  • Loading branch information
SeaHOH committed Jun 14, 2023
1 parent 88e0dd4 commit 70da3b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
}
pack 3.11.4 cp311 win_amd64
- name: Prepare for release
- name: Prepare for release 1
shell: python
run: |
import os
Expand Down Expand Up @@ -85,6 +85,10 @@ jobs:
sf.write(f'{sha256sum} {filename}\n')
bf.write(f'| {filename} | {md5sum} | {sha256sum} |\n')
- name: Prepare for release 2
run: |
mv *.sum *.zip *.7z GotoX
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 70da3b4

Please sign in to comment.