diff --git a/.github/workflows/conferenceapp.yaml b/.github/workflows/conferenceapp.yaml index 2807955..de7bf16 100644 --- a/.github/workflows/conferenceapp.yaml +++ b/.github/workflows/conferenceapp.yaml @@ -113,7 +113,7 @@ jobs: id: shorebird-patch-android working-directory: packages/conferenceapp run: | - shorebird patch android --allow-native-diffs --release-version ${{ inputs.build-version }}+${{ inputs.build-number }} -- --dart-define-from-file=.env + shorebird patch android --allow-asset-diffs --allow-native-diffs --release-version ${{ inputs.build-version }}+${{ inputs.build-number }} -- --dart-define-from-file=.env patch-ios: if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs['release-type'] == 'patch' }} @@ -177,4 +177,4 @@ jobs: id: shorebird-patch-ios working-directory: packages/conferenceapp run: | - shorebird patch ios --allow-native-diffs --release-version ${{ inputs.build-version }}+${{ inputs.build-number }} -- --export-options-plist=$HOME/export_options.plist --dart-define-from-file=.env \ No newline at end of file + shorebird patch ios --allow-asset-diffs --allow-native-diffs --release-version ${{ inputs.build-version }}+${{ inputs.build-number }} -- --export-options-plist=$HOME/export_options.plist --dart-define-from-file=.env \ No newline at end of file