Skip to content

Commit

Permalink
[CI] APK upload path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jfx2006 committed Oct 2, 2024
1 parent 925b087 commit f2436af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shippable_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
mkdir -p "${UPLOAD_PATH}"
if [[ "${PACKAGE_FORMAT}" = "apk" ]]; then
OUT_PATH="${OUT_BASE}/${PACKAGE_FORMAT}/${PACKAGE_FLAVOR}/${RELEASE_TYPE}"
OUT_PATH="${OUT_BASE}/${PACKAGE_FLAVOR}/${RELEASE_TYPE}"
OUT_FILE="${APP_NAME}-${PACKAGE_FLAVOR}-${RELEASE_TYPE}-unsigned.apk"
RENAMED_FILE="${OUT_FILE/-unsigned/}"
elif [[ "${PACKAGE_FORMAT}" = "bundle" ]]; then
Expand Down

0 comments on commit f2436af

Please sign in to comment.