Skip to content

Commit

Permalink
include Saves directory in pocket zips
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpannella authored and jotego committed Jul 28, 2024
1 parent f6b2178 commit 352bbfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pocket_zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
echo "Assets/${shortname}" >> file_list.txt
echo "Platforms/${shortname}.json" >> file_list.txt
echo "Platforms/_images/${shortname}.bin" >> file_list.txt
echo "Saves/${shortname}" >> file_list.txt
- name: echo files
run: cat file_list.txt
- name: get version
Expand Down

0 comments on commit 352bbfb

Please sign in to comment.