Forgot the releaseDir for building via workflows for the Nightly builds
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
4
.github/workflows/nightly-release.yml
vendored
4
.github/workflows/nightly-release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user