Skip to content

Commit

Permalink
Fix how CI main invokes simulator build (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode authored Dec 5, 2024
1 parent 846a28f commit 85d41f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
needs: resolve-values
uses: bitwarden/ios/.github/workflows/build.yml@main
with:
build-variant: Simulator
build-variant: Production
build-mode: Simulator
build-version: ${{ needs.resolve-values.outputs.version_name }}
build-number: ${{ needs.resolve-values.outputs.version_number }}
xcode-version: ${{ needs.resolve-values.outputs.xcode_version }}
Expand Down

0 comments on commit 85d41f4

Please sign in to comment.