Skip to content

Commit

Permalink
test post pls ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danparisd authored Dec 15, 2023
1 parent f16dc7a commit c319399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
- name: Sign dev build apk
run: |
# jarsigner -keystore android/release.decrypted.jks -storepass "${{ env.KEYSTORE_PASSWORD }}" -keypass "${{ env.KEY_PASSWORD }}" -signedjar ./output/app-release-signed.apk ./android/app/build/outputs/apk/release/app-release.apk "${{env.KEY_ALIAS}}"
ls ./android/app/build/outputs/apk/release/
ls -r ./android/app/build/outputs/apk/
ls -r ./android/app/build/outputs/
- name: set s3 destination_dir for nightly-builds
run: echo "CURRENT_S3_DESTINATION=$CI_REPOSITORY_OWNER/$CI_REPOSITORY_NAME/$CI_REF_NAME_SLUG/$CI_RUN_NUMBER" >> $GITHUB_ENV
- name: Upload Android to R2
Expand Down

0 comments on commit c319399

Please sign in to comment.