Skip to content

Commit

Permalink
[CI] Another typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
jfx2006 committed Oct 4, 2024
1 parent cb25e27 commit 7b16bfd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/shippable_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ jobs:
PACKAGE_FLAVOR: "foss"
UPLOADS: "uploads"
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- uses: actions/download-artifact@v4
with:
# The artifact name is the APK FOSS package for Github releases
Expand All @@ -194,7 +189,7 @@ jobs:
## This obviously is quite incorrect. Need a way to extract versionName from gradle
shell: bash
env:
APKANALYZER: ${{ env.ANDROID_SDK_ROOT}}/cmdline-tools/latest/bin/apkanalyzer
APKANALYZER: ${{ env.ANDROID_SDK_ROOT }}/cmdline-tools/latest/bin/apkanalyzer
run: |
APK_FILE="${APP_NAME}-${PACKAGE_FLAVOR}-${RELEASE_TYPE}-signed.apk"
_version=$(${APKANALYZER} manifest version-name "${UPLOADS}/${APK}")
Expand Down

0 comments on commit 7b16bfd

Please sign in to comment.