(fix): workflows
This commit is contained in:
parent
b704e266d6
commit
eef6c68426
2 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ jobs:
|
|||
KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
|
||||
KEYSTORE_PROPERTIES: ${{ secrets.ANDROID_KEYSTORE_PROPERTIES }}
|
||||
run: |
|
||||
nix profile add nixpkgs#gnused
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [ -z "$KEYSTORE_BASE64" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue