Skip to content

Commit

Permalink
Merge pull request #12 from mahdikhashan/fix-ci-issue
Browse files Browse the repository at this point in the history
ci: fix action file typo
  • Loading branch information
mahdikhashan authored Dec 25, 2023
2 parents fd958c6 + 11cb14b commit 4478133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload APK
uses: actions/[email protected]
with:
name: "${APP_NAME}
name: "${APP_NAME}"
path: app/build/outputs/apk/release/${APP_NAME}_${{ github.event.inputs.version }}.apk

release:
Expand Down

0 comments on commit 4478133

Please sign in to comment.