Skip to content

Commit e541d73

Browse files
committed
update workflow
1 parent 05c3406 commit e541d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: compress built game
4949
#run: tar -czvf ../game.tar.gz .
50-
run: zip game.zip ./* -r
50+
run: zip game.zip . -r
5151

5252
# - name: hack. move compressed artifact back
5353
# run: mv ../game.tar.gz ./game.tar.gz

0 commit comments

Comments
 (0)