Skip to content

Commit 24df049

Browse files
committed
fix path
1 parent fb67fa4 commit 24df049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect_demo_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '13.25.0' }}
2121
FDC_JAVA_VERSION: ${{ inputs.javaVersion || '17' }}
2222
FDC_FIREBASE_TOOLS_DIR: ${{ github.workspace }}/firebase-tools
23-
FDC_FIREBASE_COMMAND: ${{ github.workspace }}/firebase-tools/bin/node_modules/.bin/firebase
23+
FDC_FIREBASE_COMMAND: ${{ github.workspace }}/firebase-tools/node_modules/.bin/firebase
2424

2525
defaults:
2626
run:

0 commit comments

Comments
 (0)