Forgot the releaseDir for building via workflows for the Nightly builds

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-07-09 13:15:40 +01:00
parent 74d1311b09
commit 6a01b4746f

View File

@@ -75,7 +75,7 @@ jobs:
# ID used to access action output # ID used to access action output
id: sign_app_withInternet id: sign_app_withInternet
with: with:
releaseDir: app/build/outputs/apk/withInternet/release releaseDir: app/build/outputs/apk/withInternetNightly/release
signingKey: ${{ secrets.SIGNINGKEY_BASE64 }} signingKey: ${{ secrets.SIGNINGKEY_BASE64 }}
keyAlias: ${{ secrets.KEY_ALIAS }} keyAlias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
@@ -100,7 +100,7 @@ jobs:
# ID used to access action output # ID used to access action output
id: sign_app_withoutInternet id: sign_app_withoutInternet
with: with:
releaseDir: app/build/outputs/apk/withoutInternet/release releaseDir: app/build/outputs/apk/withoutInternetNightly/release
signingKey: ${{ secrets.SIGNINGKEY_BASE64 }} signingKey: ${{ secrets.SIGNINGKEY_BASE64 }}
keyAlias: ${{ secrets.KEY_ALIAS }} keyAlias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}