Skip to content

Commit 47aae6b

Browse files
committed
Update releaser.yml
1 parent 224ba0c commit 47aae6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
submodules: recursive
2828

@@ -31,6 +31,7 @@ jobs:
3131
mkdir pack
3232
cp *.anm2 pack
3333
cp *.obj2 pack
34+
cp *.tra2 pack
3435
cp *.md pack
3536
cp LICENSE pack/LICENSE
3637
cd pack

0 commit comments

Comments
 (0)