We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5032c5 commit 7d3b802Copy full SHA for 7d3b802
.github/workflows/ci.yml
@@ -43,11 +43,8 @@ jobs:
43
steps:
44
- uses: actions/checkout@v4
45
- 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
49
- name: Export APK_NAME for later use
50
- 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
51
- name: Rename .apk file
52
run: mv "./Debug APK/debug/"*.apk "./$APK_NAME"
53
- name: Decode keystore file
0 commit comments