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 875bb02 commit 5bdbde4Copy full SHA for 5bdbde4
.github/workflows/release.yml
@@ -57,7 +57,9 @@ jobs:
57
echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
58
# set current time and format
59
echo "BUILD_TIME=$(date "+%Y-%m-%d-%H-%M")" >> $GITHUB_ENV
60
- # set apk name
+ - name: Set apk name
61
+ id: set_apk_name
62
+ run: |
63
echo "APK_NAME=${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION_NAME }}-${{ env.TIMESTAMP }}-${{ env.COMMIT_ID }}.apk" >> $GITHUB_ENV
64
- name: Build changelog
65
id: build_changelog
0 commit comments