Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 14, 2023
1 parent be57df6 commit 133cbad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
groups: Testers
file: ApiDemos-debug.apk
- name: Print all outputs of previous step
run: ${{join(steps.testing_outputs.outputs.*, '\n')}}
run: |
echo ${{steps.testing_outputs.outputs.FIREBASE_CONSOLE_URI}}
echo ${{steps.testing_outputs.outputs.TESTING_URI}}
echo ${{steps.testing_outputs.outputs.BINARY_DOWNLOAD_URI}}
- name: Upload artifact to Firebase Distribution with release note file
uses: ./
with:
Expand Down

0 comments on commit 133cbad

Please sign in to comment.