There was an error while loading. Please reload this page.
1 parent 4bb6fb8 commit be1ccc0Copy full SHA for be1ccc0
1 file changed
.github/workflows/update-binary.yml
@@ -54,8 +54,8 @@ jobs:
54
# TEMP: use the WIP branch to build
55
python -m pip install git+https://github.com/freakboy3742/briefcase.git@alt-env-support
56
57
- - name: Generate Framework stub app
58
- if: ${{ !matrix.framework }}
+ - name: Create Framework stub app
+ if: ${{ matrix.framework }}
59
run: |
60
# Generate the stub app
61
cd stub
@@ -70,7 +70,6 @@ jobs:
70
71
- name: Build Stub App
72
73
- # Generate the stub app
74
75
briefcase build macOS Xcode
76
0 commit comments