diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e3c603c..74adfb8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -58,7 +58,7 @@ jobs: run: | echo $DATA | base64 --decode > nextroom_key env: - DATA: ${{ secrets.KEYSTORE_BASE64 }} + DATA: ${{ secrets.SIGNING_KEY }} - name: Access Build Key run: |