diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index eeff606..950bfa6 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -75,7 +75,7 @@ jobs: # ID used to access action output id: sign_app_withInternet with: - releaseDir: app/build/outputs/apk/withInternet/release + releaseDir: app/build/outputs/apk/withInternetNightly/release signingKey: ${{ secrets.SIGNINGKEY_BASE64 }} keyAlias: ${{ secrets.KEY_ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} @@ -100,7 +100,7 @@ jobs: # ID used to access action output id: sign_app_withoutInternet with: - releaseDir: app/build/outputs/apk/withoutInternet/release + releaseDir: app/build/outputs/apk/withoutInternetNightly/release signingKey: ${{ secrets.SIGNINGKEY_BASE64 }} keyAlias: ${{ secrets.KEY_ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}