Skip to content

Commit

Permalink
ci: update apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Oct 28, 2024
1 parent 0c54f34 commit acd8f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
env:
SKIP_RELEASE: "yes"
SIGNING_KEYSTORE_FILE: ./secrets/signing_key.jks
BUILD_APK_FILE: ./app/build/outputs/apk/canary/app-release.apk
BUILD_AAB_FILE: ./app/build/outputs/bundle/canary/app-release.aab
BUILD_APK_FILE: ./app/build/outputs/apk/canary/app-canary.apk
BUILD_AAB_FILE: ./app/build/outputs/bundle/canary/app-canary.aab
OUTPUT_DIR: ./dist

jobs:
Expand Down Expand Up @@ -72,7 +72,6 @@ jobs:
if: env.SKIP_RELEASE == 'no'
run: |
mkdir -p $OUTPUT_DIR
find . -name "*.apk"
mv $BUILD_APK_FILE $OUTPUT_DIR/symphony-v$APP_VERSION_NAME.apk
mv $BUILD_AAB_FILE $OUTPUT_DIR/symphony-v$APP_VERSION_NAME.aab
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:

env:
SIGNING_KEYSTORE_FILE: ./secrets/signing_key.jks
BUILD_APK_FILE: ./app/build/outputs/apk/nightly/app-release.apk
BUILD_AAB_FILE: ./app/build/outputs/bundle/nightly/app-release.aab
BUILD_APK_FILE: ./app/build/outputs/apk/nightly/app-nightly.apk
BUILD_AAB_FILE: ./app/build/outputs/bundle/nightly/app-nightly.aab
OUTPUT_DIR: ./dist

jobs:
Expand Down

0 comments on commit acd8f02

Please sign in to comment.