mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix syntax error in conditional statement
This commit is contained in:
parent
d7dac20d5f
commit
76a8700a4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-unsigned-ipa.yml
vendored
2
.github/workflows/build-unsigned-ipa.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Build Xcode archive (Unsigned)
|
||||
run: |
|
||||
# Select workspace or project based on the environment variable
|
||||
if[ "$USE_WORKSPACE" = "true" ]; then
|
||||
if [ "$USE_WORKSPACE" = "true" ]; then
|
||||
BUILD_TARGET="-workspace $PROJECT_NAME.xcworkspace"
|
||||
else
|
||||
BUILD_TARGET="-project $PROJECT_NAME.xcodeproj"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue