diff --git a/.github/workflows/makeRelease.yml b/.github/workflows/makeRelease.yml index c7238696b..bd4f326a3 100644 --- a/.github/workflows/makeRelease.yml +++ b/.github/workflows/makeRelease.yml @@ -34,7 +34,8 @@ jobs: echo storePassword='${{ secrets.KEY_STORE_PASSWORD }}' >> ReleaseKey.properties echo keyAlias='${{ secrets.ALIAS }}' >> ReleaseKey.properties echo keyPassword='${{ secrets.KEY_PASSWORD }}' >> ReleaseKey.properties - echo storeFile='${{ github.workspace }}/ReleaseKey.jks' >> ReleaseKey.properties echo ${{ secrets.SIGNING_KEY }} | base64 --decode > ${{ github.workspace }}/ReleaseKey.jks + echo storeFile='${{ github.workspace }}/ReleaseKey.jks' >> ReleaseKey.properties + echo ${{ secrets.SIGNING_KEY }} | base64 --decode > ${{ github.workspace }}/ReleaseKey.jks fi - name: Gradle Build