Skip to content

Commit be1ccc0

Browse files
committed
Correct logic for create paths
1 parent 4bb6fb8 commit be1ccc0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/update-binary.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
# TEMP: use the WIP branch to build
5555
python -m pip install git+https://github.com/freakboy3742/briefcase.git@alt-env-support
5656
57-
- name: Generate Framework stub app
58-
if: ${{ !matrix.framework }}
57+
- name: Create Framework stub app
58+
if: ${{ matrix.framework }}
5959
run: |
6060
# Generate the stub app
6161
cd stub
@@ -70,7 +70,6 @@ jobs:
7070
7171
- name: Build Stub App
7272
run: |
73-
# Generate the stub app
7473
cd stub
7574
briefcase build macOS Xcode
7675

0 commit comments

Comments
 (0)