Skip to content

Commit 8ae5c92

Browse files
committed
リリースアセットが欠けている問題の修正
1 parent a08ece3 commit 8ae5c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Create Archive
1616
run: |
1717
mv script/* ./
18-
zip RotBlur_M -r LICENSE.txt Readme.md RotBlur_M.anm RotBlur_M.frag RotBlur_M.vert Licenses
18+
zip RotBlur_M -r LICENSE.txt Readme.md RotBlur_M.* Licenses
1919
2020
- name: Create Release
2121
env:

0 commit comments

Comments
 (0)