Skip to content

Commit

Permalink
Move nodeModulePaths to where it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Nov 24, 2023
1 parent a94bfa2 commit 5d9c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Get Hash (bun)
if: ${{ !inputs.always_run && inputs.package_manager == 'bun' }}
run: echo "HASH=`bunx expo-native-dependency-hash hash --force --platform=${{ inputs.platform }}` --nodeModulePaths=${{ inputs.nodeModulePaths }}" >> $GITHUB_ENV
run: echo "HASH=`bunx expo-native-dependency-hash hash --force --platform=${{ inputs.platform }} --nodeModulePaths=${{ inputs.nodeModulePaths }}`" >> $GITHUB_ENV
working-directory: ${{ inputs.working_directory }}

- name: Matching Native Builds
Expand Down

0 comments on commit 5d9c8a6

Please sign in to comment.