Skip to content

Commit 06387a9

Browse files
committed
ci: fixed path to apk in release-fastlane
1 parent 896d7d4 commit 06387a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
- name: Release with fastlane
439439
if: ${{ steps.version.outputs.is_stable == 'true' }} # must compare to true, since boolean outputs are actually just strings, and "false" is truthy since it's not empty: https://github.com/actions/runner/issues/1483#issuecomment-994986996
440440
run: |
441-
bundle exec fastlane supply run --apk dist/*/*.apk
441+
bundle exec fastlane supply run --apk dist/*.apk
442442
443443
release-gh:
444444
needs: [build-apk]

0 commit comments

Comments
 (0)