Skip to content

Commit

Permalink
Remove unnecessary files from nightly 7Zs (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 authored Jul 27, 2023
1 parent 55138cd commit 5baf01f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,13 @@ jobs:
# Make artifacts directory
mkdir -p ~/artifacts
# Don't include fonts or debug files in nightlies
# Don't include unnecessary files in nightlies
rm -rf 7zfile/_nds/TWiLightMenu/extras/fonts
rm -rf 7zfile/debug
rm -rf 7zfile/roms
rm "7zfile/3DS - CFW users/Games supported with widescreen.txt"
rm "7zfile/AP-patched games.txt"
rm 7zfile/snemul.cfg
cp -r 7zfile/ TWiLightMenu/
7z a TWiLightMenu.7z TWiLightMenu/
Expand Down

0 comments on commit 5baf01f

Please sign in to comment.