update action

This commit is contained in:
Salvatore Giordano
2021-02-01 17:46:36 +01:00
parent b7cd66e40d
commit fcab7800c2
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ on:
- created - created
defaults: defaults:
run: run:
working-directory: packages/flutter_widgets working-directory: packages/stream_chat_flutter
jobs: jobs:
build_and_deploy_ios: build_and_deploy_ios:
@@ -68,4 +68,4 @@ jobs:
token: ${{secrets.FIREBASE_TOKEN}} token: ${{secrets.FIREBASE_TOKEN}}
groups: stream-testers groups: stream-testers
debug: true debug: true
file: packages/flutter_widgets/example/build/app/outputs/apk/release/app-release.apk file: packages/stream_chat_flutter/example/build/app/outputs/apk/release/app-release.apk
@@ -13,8 +13,7 @@ dependencies:
path: ^1.7.0 path: ^1.7.0
path_provider: ^1.6.27 path_provider: ^1.6.27
sqlite3_flutter_libs: ^0.3.0 sqlite3_flutter_libs: ^0.3.0
stream_chat: stream_chat: 1.0.0-beta
path: ../stream_chat
dev_dependencies: dev_dependencies:
test: ^1.15.7 test: ^1.15.7