Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Jul 8, 2024
1 parent 4b08580 commit 80fcd92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Set ANDROID_HOME
run: echo "ANDROID_HOME=$ANDROID_SDK_ROOT" >> $GITHUB_ENV

- name: Get Tag
id: var
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand All @@ -45,7 +48,7 @@ jobs:
--out $SIGNED_APK_FILE \
--alignment-preserved true $APK_FILE
env:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
ANDROID_HOME: ${{ env.ANDROID_HOME }}

- name: Make artifact
uses: actions/upload-artifact@v2
Expand All @@ -70,7 +73,7 @@ jobs:
--out $SIGNED_AAB_FILE \
--alignment-preserved true $AAB_FILE
env:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
ANDROID_HOME: ${{ env.ANDROID_HOME }}

- name: Make artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 80fcd92

Please sign in to comment.