Skip to content

Commit

Permalink
Add compiling uberhand packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jul 29, 2024
1 parent d925643 commit 95099d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: "Compile SC Wizard"
working-directory: ./Sources/NXVenom
run: rm -rf ../../SC Wizard.zip && zip -qqrX "../../SC Wizard.zip" "./switch/.packages/SC Wizard" ./switch/.overlays/ovlmenu.ovl
- name: "Compile packages"
working-directory: ./Sources/Tools/Uberhand\ Packages
run: rm -rf "RAM Patch.zip" && zip -qqrX "RAM Patch.zip" "RAM Patch" && rm -rf "TOTK UltraCam.zip" && zip -qqrX "TOTK UltraCam.zip" "TOTK UltraCam"
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Build: Compile Bundle"
Expand Down

0 comments on commit 95099d7

Please sign in to comment.