-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
- name: Create ZIP archive | ||
if: steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version | ||
run: | | ||
zip -r ${{ steps.read_version.outputs.name }}.zip . -x ".git*" ".github*" | ||
zip -r ${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.zip . -x ".git*" ".github*" | ||
- name: Release | ||
if: steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version | ||
|
@@ -83,4 +83,4 @@ jobs: | |
如需获得使用此储存库以及商品的授权,请联系作者 Sonic853 ([email protected]) 获取授权或访问 [爱发电](https://afdian.com/a/Sonic853) 手动获取授权。 | ||
tag_name: ${{ steps.read_version.outputs.current_version }} | ||
files: ${{ steps.read_version.outputs.name }}.zip | ||
files: ${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.zip |