Skip to content

Commit a46be3b

Browse files
committed
ci(build): pass signing credentials to Gradle build step
Env vars were missing from the build step, causing release signing to fall through to empty defaults.
1 parent f3b9129 commit a46be3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
fi
7575
env:
7676
PROFILE: ${{ matrix.profile }}
77+
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
78+
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
79+
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
7780

7881
- uses: actions/upload-artifact@v4
7982
with:

0 commit comments

Comments
 (0)