Skip to content

Commit

Permalink
fix(ci): use correct path for apk
Browse files Browse the repository at this point in the history
  • Loading branch information
mytlogos committed Dec 13, 2022
1 parent eb28161 commit 8a30139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Android CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ plugins:
- "@semantic-release/changelog"
- - "@semantic-release/github"
- assets:
- path: app/build/outputs/apk/app-debug.apk
- path: app/build/outputs/apk/debug/app-debug.apk
# commit changelog and push "release commit"
- "@semantic-release/git"

0 comments on commit 8a30139

Please sign in to comment.