Skip to content

Commit 0285e4a

Browse files
authored
Update releaser.yml
1 parent 1bab4ad commit 0285e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
cp *.md script
2424
cp LICENSE script
25-
zip -r -q -@ Kaleidoscope_K_${{ github.ref_name }}.zip ./script
25+
zip -r -q -@ MaskAnimation_K_${{ github.ref_name }}.zip ./script
2626
2727
- name: Create release note
2828
run: |
@@ -43,6 +43,6 @@ jobs:
4343
- name: Create release
4444
uses: softprops/action-gh-release@v2
4545
with:
46-
name: Kaleidoscope_K_${{ github.ref_name }}
46+
name: MaskAnimation_K_${{ github.ref_name }}
4747
files: '*.zip'
4848
body_path: ReleaseNote.txt

0 commit comments

Comments
 (0)