From 6a8ba20360e2d068b158d2d4e8d9fbcb0e1520e4 Mon Sep 17 00:00:00 2001 From: 5ec1cff Date: Sat, 30 Sep 2023 21:09:12 +0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ca2ca..92abca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: echo storePassword='${{ secrets.KEY_STORE_PASSWORD }}' >> keystore.properties echo keyAlias='${{ secrets.ALIAS }}' >> keystore.properties echo keyPassword='${{ secrets.KEY_PASSWORD }}' >> keystore.properties - echo storeFile='key.jks' >> keystore.properties + echo storeFile=$PWD/'key.jks' >> keystore.properties echo '${{ secrets.KEY_STORE }}' | base64 --decode > key.jks fi