Skip to content

Commit

Permalink
add github workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Feb 2, 2024
1 parent 1b1676e commit b19349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-23.11
- name: Install nix packages for bundle tools
run: nix-env -iA bundletool
run: nix-env -i bundletool aapt android-tools
- name: Create keystore.jks
run: echo ${{ secrets.KEYSTORE_BASE64 }} | base64 -d > /tmp/keystore.jks
- name: Create key.properties
Expand Down

0 comments on commit b19349d

Please sign in to comment.