ci: Dir variable

This commit is contained in:
ziro 2024-01-11 10:15:17 +07:00
parent 0fc6056284
commit eefc0b01ff
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -85,7 +85,7 @@ jobs:
run: |
set -e
dir=`app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}`👻
dir=app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'v') && 'release' || 'nightly' }}
mv $dir/app-standard-universal-release-unsigned-signed.apk yokai-${{ env.VERSION_TAG }}.apk
sha=`sha256sum yokai-${{ env.VERSION_TAG }}.apk | awk '{ print $1 }'`