Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete draft of uploading every pack to v7 #659

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
branches:
- master
paths:
- 'Enhancements/**'
- 'Resolutions/**'
- 'Mods/**'
- 'Workarounds/**'
- 'src/**'

jobs:
Expand All @@ -28,10 +24,6 @@ jobs:
- name: Zip all packs
run: |
cd $GITHUB_WORKSPACE ;
cd Enhancements && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
cd Resolutions && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
cd Mods && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
cd Workarounds && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
cd src && zip -r -q -9 "../graphicPacks.zip" ./* && cd ..
- name: Create new release
env:
Expand Down
33 changes: 0 additions & 33 deletions Enhancements/CaptainToad_Shadows/rules.txt

This file was deleted.

6 changes: 0 additions & 6 deletions Enhancements/DonkeyKongTropicalFreeze_!AARemoval/rules.txt

This file was deleted.

6 changes: 0 additions & 6 deletions Enhancements/DrLuigi_!AntiAliasing/rules.txt

This file was deleted.

40 changes: 0 additions & 40 deletions Enhancements/MarioTennis_Shadows/rules.txt

This file was deleted.

47 changes: 0 additions & 47 deletions Enhancements/NintendoLand_Shadows/rules.txt

This file was deleted.

33 changes: 0 additions & 33 deletions Enhancements/Pikmin3_Shadows/rules.txt

This file was deleted.

33 changes: 0 additions & 33 deletions Enhancements/PokkenTournament_Shadows/rules.txt

This file was deleted.

30 changes: 0 additions & 30 deletions Enhancements/SuperMario3DWorld_Anisotropic/rules.txt

This file was deleted.

33 changes: 0 additions & 33 deletions Enhancements/SuperMario3DWorld_Shadows/rules.txt

This file was deleted.

36 changes: 0 additions & 36 deletions Enhancements/TwilightPrincessHD_Anisotropic/rules.txt

This file was deleted.

36 changes: 0 additions & 36 deletions Enhancements/WindWakerHD_Anisotropic/rules.txt

This file was deleted.

Loading