diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 6d415c7..52d3229 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -49,7 +49,7 @@ jobs: shell: bash run: | if [ "${{ secrets.KEY }}" != "" ] && [ "${{ secrets.PROPERTIES }}" != "" ]; then - cd composeApp + cd compose-app echo ${{ secrets.KEY }} | base64 --decode > key.jks echo ${{ secrets.PROPERTIES }} | base64 --decode > key.properties fi