Skip to content

Commit

Permalink
Fix action run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Dec 19, 2023
1 parent 3357252 commit dca6e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
uses: chetan/git-restore-mtime-action@v2 # Restore files original modification time to have deterministic zip bundles
- name: Fix attributes
working-directory: ./Sources
uses: chflags -R arch .
run: chflags -R arch .
- name: "Compile OCBundle"
working-directory: ./Sources/OCBundle
run: zip -qqrX ../../OCBundle.zip ./
- name: "Bundle AIO"
- name: "Compile AIO"
working-directory: ./Sources/AIO
run: zip -qqrX ../../AIO.zip ./
- name: "Compile OC-Suite Wizard"
working-directory: ./Sources/OCBundle
run: zip -qqrX "../../OC-Suite Wizard.zip" "./switch/.packages/OC-Suite Wizard" ./switch/.overlays/ovlmenu.ovl
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "build: the recent bundle"
commit_message: "Build: Compile Bundle"
file_pattern: "*.zip"

0 comments on commit dca6e70

Please sign in to comment.