Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[expo-cli] submission service: fix passing archive type from command line #2383

Merged
merged 2 commits into from
Jul 22, 2020

Conversation

dsokal
Copy link
Contributor

@dsokal dsokal commented Jul 22, 2020

Fixes https://forums.expo.io/t/github-actions-uploading-android-from-ubuntu-runner-use-submission-service/40593

The command option for specifying archive type is called --type, yet in the codebase, we were using archiveType. We made this error because the commander options weren't typed.

Things I did in this PR:

  • I set the correct TS type for upload:android options.
  • I renamed archiveType to type.
  • I updated tests.

@dsokal dsokal force-pushed the @dsokal/ss-fix-specifying-archive-type branch from 69e7eb6 to ae05e92 Compare July 22, 2020 09:10
@dsokal dsokal merged commit 06f1227 into master Jul 22, 2020
@dsokal dsokal deleted the @dsokal/ss-fix-specifying-archive-type branch July 22, 2020 09:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants