Skip to content

Commit 6a00012

Browse files
committed
upload to fir
1 parent e254c0b commit 6a00012

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

VideoOS/auto_assemble.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/bash
22
TOKEN="45575a29a8a6ab766ebb0ae78879da23"
3-
SHORT="AndroidDevApp"
43

54
cd videoos_dev_app
65
gradle clean assembleRelease
76

8-
fir publish --short=$SHORT --token=$TOKEN ./build/outputs/apk/videoos_dev_app-release.apk
7+
fir publish --token=$TOKEN ./build/outputs/apk/videoos_dev_app-release.apk

0 commit comments

Comments
 (0)