From 35e499720b1ec908c0eb5213826be74f4f1778ac Mon Sep 17 00:00:00 2001 From: Jonas Bark Date: Mon, 20 Oct 2025 19:26:22 +0200 Subject: [PATCH] CI patch update --- .github/workflows/patch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index fe519d5..4be6274 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -75,6 +75,7 @@ jobs: echo "${{ secrets.KEYSTORE_PROPERTIES }}" > android/keystore.properties; - name: 🚀 Shorebird Patch macOS + if: false uses: shorebirdtech/shorebird-patch@v1 with: platform: macos @@ -86,7 +87,7 @@ jobs: with: platform: android release-version: latest - args: '--allow-asset-diffs' + args: '--allow-asset-diffs --allow-native-diffs' - name: 🚀 Shorebird Patch iOS uses: shorebirdtech/shorebird-patch@v1 @@ -135,6 +136,7 @@ jobs: token: ${{ secrets.TOKEN }} windows: + if: false name: Patch Windows runs-on: windows-latest