From 7d3b80292b65162637c3ccfd8d34183598545b70 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Mon, 16 Dec 2024 17:22:05 +0530 Subject: [PATCH] fix ci?? --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a564eb1..82a8dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,11 +43,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 - - name: Get latest release tag - id: get_latest_release - run: echo "tag=$(gh release list --exclude-pre-releases --limit 1 --json tagName --jq '.[0].tagName')" >> $GITHUB_ENV - name: Export APK_NAME for later use - run: echo "APK_NAME=ALN-${{ env.tag }}-$(echo ${{ github.sha }} | cut -c1-7).apk" >> $GITHUB_ENV + run: echo "APK_NAME=ALN-$(echo ${{ github.sha }} | cut -c1-7).apk" >> $GITHUB_ENV - name: Rename .apk file run: mv "./Debug APK/debug/"*.apk "./$APK_NAME" - name: Decode keystore file