Skip to content

Commit

Permalink
Update autozip.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Coopydood <39441479+Coopydood@users.noreply.github.com>
  • Loading branch information
Coopydood committed Apr 26, 2024
1 parent 3241386 commit b1ee9e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/autozip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
lfs: 'true'
- name: Checkout LFS objects
run: git lfs pull
- name: Track LFS objects
run: git lfs track "*.zip"
- uses: vimtor/action-zip@v1.1
with:
files: OC/ BOOT/
files: OC/ACPI/ OC/Drivers/ OC/Resources/ OC/Tools/ OC/config.plist OC/OpenCore.efi OC/.contentFlavour OC/.contentVisibility BOOT/
dest: ./EFI.zip

- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
Expand Down

0 comments on commit b1ee9e6

Please sign in to comment.