From fea0c56e58d8ab5e6275319e9355f6fadc08fe27 Mon Sep 17 00:00:00 2001 From: blacktop Date: Tue, 2 Apr 2024 20:49:43 -0600 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d5357b8b0..e3e8fb56e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -209,7 +209,7 @@ jobs: if: matrix.platform == 'macos-13' run: | ipsw download ipsw --confirm --device iPhone16,1 --latest --kernel - ipsw -V macho info "${{ env.latest_ios_build }}__iPhone16,1"/kernelcache* + ipsw -V macho info ./*__iPhone16,1/kernelcache* - name: Run download latest (kernelcache) [Windows] if: matrix.platform == 'windows-latest' run: | @@ -407,7 +407,7 @@ jobs: working-directory: /tmp/ipsw run: | ls /tmp/*.mount - ipsw macho info "${{ env.latest_ios_build }}__iPhone16,1"/System/Library/PrivateFrameworks/ApplePushService.framework/apsd --objc --objc-refs --fixups + ipsw macho info ./*__iPhone16,1/System/Library/PrivateFrameworks/ApplePushService.framework/apsd --objc --objc-refs --fixups - name: Run macho info (Dump Cert) if: matrix.platform == 'macos-13' working-directory: /tmp/ipsw