Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Hoang-Lan Le <[email protected]>
  • Loading branch information
nalgnaohel authored Nov 27, 2024
1 parent 909f2ee commit cf80aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get app name
id: app-name
run: |
APP_NAME=$(echo </build/intermediates/apk/debug/app-debug.apk)
APP_NAME=$(echo <./build/intermediates/apk/debug/app-debug.apk)
echo "::set-output name=APP_NAME::${APP_NAME}"
- name: Upload Artifact to Firebase App Distribution
Expand Down

0 comments on commit cf80aef

Please sign in to comment.