Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jan 18, 2024
1 parent f8e3779 commit a171f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: "Compile AIO"
working-directory: ./Sources/AIO
run: zip -qqrX ../../AIO.zip ./
- name: "Compile OC-Suite Wizard"
- name: "Compile EOS Wizard"
working-directory: ./Sources/NXVenom
run: zip -qqrX "../../OC-Suite Wizard.zip" "./switch/.packages/EOS Wizard" ./switch/.overlays/ovlmenu.ovl
run: zip -qqrX "../../EOS Wizard.zip" "./switch/.packages/EOS Wizard" ./switch/.overlays/ovlmenu.ovl
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Build: Compile Bundle"
Expand Down

0 comments on commit a171f8c

Please sign in to comment.