File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 - uses : actions/download-artifact@v4
4646 - name : Get latest release tag
4747 id : get_latest_release
48- run : echo "::set-output name= tag:: $(gh release list --exclude-pre-releases --limit 1 --json tagName --jq '.[0].tagName')"
48+ run : echo "tag= $(gh release list --exclude-pre-releases --limit 1 --json tagName --jq '.[0].tagName')" >> $GITHUB_ENV
4949 - name : Export APK_NAME for later use
50- run : echo "APK_NAME=ALN-${{ steps.get_latest_release.outputs. tag }}-${{ github.sha }}" >> $GITHUB_ENV
50+ run : echo "APK_NAME=ALN-${{ env. tag }}-$(echo $ {{ github.sha }} | cut -c1-7).apk " >> $GITHUB_ENV
5151 - name : Rename .apk file
5252 run : mv "./Debug APK/debug/"*.apk "./$APK_NAME"
5353 - name : Decode keystore file
You can’t perform that action at this time.
0 commit comments