Skip to content

Commit

Permalink
Change apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Sep 22, 2018
1 parent 7ec8c7d commit f93d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/archive_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ -z "$PLATFORM" ]; then
PLATFORM=$TRAVIS_OS_NAME
fi
FILENAME=REGoth-${TRAVIS_BRANCH}-${PLATFORM}-debug.apk
cp REGoth-Android/app/build/outputs/apk/app-arm-debug.apk dist/${FILENAME}
cp REGoth-Android/app/build/outputs/apk/arm/debug/app-arm-debug.apk dist/${FILENAME}

0 comments on commit f93d45c

Please sign in to comment.