Skip to content

Commit a4cd9c3

Browse files
committed
fix(build): fix typo
Signed-off-by: Trumeet <[email protected]>
1 parent 12819ab commit a4cd9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
- openssl aes-256-cbc -K $encrypted_7aab63907238_key -iv $encrypted_7aab63907238_iv -in .yuuta.jks.enc -out .yuuta.jks -d
2121
before_deploy:
2222
- export VERSION=$(cat version.txt)
23-
- export VERSION_CODE=$(version_code.txt)
23+
- export VERSION_CODE=$(cat version_code.txt)
2424
- git tag $VERSION_CODE
2525
# Rename
2626
- mv "app/build/outputs/apk/release/app-release.apk" "app/build/outputs/apk/release/app.apk"

0 commit comments

Comments
 (0)