From b3a3cf22393bfdc52276b97559b64b7ee847828e Mon Sep 17 00:00:00 2001 From: Coopydood <39441479+Coopydood@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:23:09 +0100 Subject: [PATCH] Update autozip.yml --- .github/workflows/autozip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autozip.yml b/.github/workflows/autozip.yml index d1d223a..4f28f83 100644 --- a/.github/workflows/autozip.yml +++ b/.github/workflows/autozip.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.PAT }} - uses: vimtor/action-zip@v1.1 with: - files: OC/ACPI/ OC/Drivers/ OC/Resources/ OC/Tools/ OC/config.plist OC/OpenCore.efi OC/.contentFlavour OC/.contentVisibility OC/Kexts/ BOOT/ + files: OC/ BOOT/ dest: ./EFI.zip - uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.