Skip to content

Commit

Permalink
Fix (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat authored Mar 10, 2024
2 parents 62e4b02 + e1a2fc1 commit d7c1351
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
jobs:
android-build:
uses: KoalaSat/nostros/.github/workflows/android-build.yml@main
with:
env:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASS: ${{ secrets.KEY_PASS }}
KEY_STORE_PASS: ${{ secrets.KEY_STORE_PASS }}
release:
needs: [android-build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7c1351

Please sign in to comment.