We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bab4ad commit 0285e4aCopy full SHA for 0285e4a
.github/workflows/releaser.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
cp *.md script
24
cp LICENSE script
25
- zip -r -q -@ Kaleidoscope_K_${{ github.ref_name }}.zip ./script
+ zip -r -q -@ MaskAnimation_K_${{ github.ref_name }}.zip ./script
26
27
- name: Create release note
28
@@ -43,6 +43,6 @@ jobs:
43
- name: Create release
44
uses: softprops/action-gh-release@v2
45
with:
46
- name: Kaleidoscope_K_${{ github.ref_name }}
+ name: MaskAnimation_K_${{ github.ref_name }}
47
files: '*.zip'
48
body_path: ReleaseNote.txt
0 commit comments