Skip to content

Commit

Permalink
Fix build-and-test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Nov 16, 2024
1 parent 4e11fe9 commit 22e47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
- name: Upload artifact to Emerge
uses: EmergeTools/[email protected]
with:
artifact_path: ./stream-chat-android-compose-sample/build/outputs/apk/debug/stream-chat-android-compose-sample-debug.apk
artifact_path: ./stream-chat-android-compose-sample/build/outputs/apk/demo/debug/stream-chat-android-compose-sample-demo-debug.apk
emerge_api_key: ${{ secrets.EMERGE_TOOLS_API_KEY }}
build_type: debug

0 comments on commit 22e47b7

Please sign in to comment.