Skip to content

Commit

Permalink
update CI to include .i18n folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Apr 10, 2024
1 parent 9751953 commit 7d1f206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: compress built game
#run: tar -czvf ../game.tar.gz .
run: zip game.zip * .lake/ -r
run: zip game.zip * .lake/ .i18n/ -r

- name: upload compressed game folder
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7d1f206

Please sign in to comment.