Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Mar 10, 2024
1 parent 259c7d4 commit fbafa70
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 fbafa70

Please sign in to comment.