Skip to content

Commit 7d3b802

Browse files
committed
fix ci??
1 parent f5032c5 commit 7d3b802

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545
- uses: actions/download-artifact@v4
46-
- name: Get latest release tag
47-
id: get_latest_release
48-
run: echo "tag=$(gh release list --exclude-pre-releases --limit 1 --json tagName --jq '.[0].tagName')" >> $GITHUB_ENV
4946
- name: Export APK_NAME for later use
50-
run: echo "APK_NAME=ALN-${{ env.tag }}-$(echo ${{ github.sha }} | cut -c1-7).apk" >> $GITHUB_ENV
47+
run: echo "APK_NAME=ALN-$(echo ${{ github.sha }} | cut -c1-7).apk" >> $GITHUB_ENV
5148
- name: Rename .apk file
5249
run: mv "./Debug APK/debug/"*.apk "./$APK_NAME"
5350
- name: Decode keystore file

0 commit comments

Comments
 (0)