Skip to content

Commit

Permalink
feat: add a workflow to generate release APK using input keys and zones
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed May 5, 2024
1 parent f94fe21 commit aa0a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.MYAPP_RELEASE_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.MYAPP_RELEASE_STORE_PASSWORD }}
run: |
echo GITHUB_WORKSPACE: "${GITHUB_WORKSPACE}"
echo "GITHUB_WORKSPACE: ${{ github.workspace }}"
../../scripts/change-app.sh "${{ github.event.inputs.TapsellAppKey }}" "${{ github.event.inputs.AdmobAppKey }}" "${{ github.event.inputs.ApplovinAppKey }}"
./gradlew sample-kotlin:assembleRelease
Expand Down

0 comments on commit aa0a6b3

Please sign in to comment.