Skip to content

Commit

Permalink
chore: bypass assets diffs for patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Nov 15, 2024
1 parent a1297f4 commit e1c2316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conferenceapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -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
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

0 comments on commit e1c2316

Please sign in to comment.