From eefc0b01ff0eeb27f38ea30a78a2277b76995ff1 Mon Sep 17 00:00:00 2001 From: ziro Date: Thu, 11 Jan 2024 10:15:17 +0700 Subject: [PATCH] ci: Dir variable --- .github/workflows/build_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 3090d40e06..7d6ac2aa9f 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -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 }'`