Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
earcath committed Oct 6, 2024
1 parent 64e1e9c commit 5b65120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 压缩文件
run: |
cd module
zip -r alist-ddns-go-${{ env.VERSION }}-${{ env.versionCode }}-release.zip ./module/* # 根据版本号命名压缩包
zip -r alist-ddns-go-${{ env.VERSION }}-${{ env.versionCode }}-release.zip ./* # 根据版本号命名压缩包
cd ..
- name: 创建 Release
id: create_release
Expand Down

0 comments on commit 5b65120

Please sign in to comment.