Skip to content

Commit

Permalink
Update syntax in reusable build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esauerbo committed Aug 27, 2024
1 parent 3e7d320 commit b450d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
platform: ios

env:
MEGA_APP_NAME: rn-${{ matrix.framework-version }}-${{ matrix.build-tool }}-${{ matrix.build-tool-version }}-${{ matrix.language }}-${{ matrix.platform }}${{ inputs.dist-tag && format('-%s', inputs.dist-tag) || '' }}
MEGA_APP_NAME: rn-${{ matrix.framework-version }}-${{ matrix.build-tool }}-${{ matrix.build-tool-version }}-${{ matrix.language }}-${{ matrix.platform }}-ui-${{ inputs.dist-tag }}

steps:
- name: Checkout Amplify UI
Expand Down
2 changes: 1 addition & 1 deletion build-system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vue-latest-nuxt-latest-ts": "npm run setup:vue:nuxt",
"rn-latest-cli-latest-ts-ios": "npm run setup:react-native:cli -- -A ios -n rnLatestCliLatestTsIos",
"rn-latest-cli-latest-ts-android": "npm run setup:react-native:cli -- -A android -n rnLatestCliLatestTsAndroid",
"rn-latest-expo-latest-ts-android": "npm run setup:react-native:expo -- -A android -n rnLatestExpoLatestTsAndroid",
"rn-latest-expo-latest-ts-android-ui-latest": "npm run setup:react-native:expo -- -A android -n rnLatestExpoLatestTsAndroid",
"rn-latest-expo-latest-ts-android-ui-next": "npm run setup:react-native:expo -- -A android -n rnLatestExpoLatestTsAndroid -t next",
"rn-latest-expo-latest-ts-android-ui-hotfix": "npm run setup:react-native:expo -- -A android -n rnLatestExpoLatestTsAndroid -t hotfix",
"checkReactNativeLogs": "node --require esbuild-register ./scripts/checkReactNativeLog.ts"
Expand Down

0 comments on commit b450d47

Please sign in to comment.