We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf9be4 commit 954046cCopy full SHA for 954046c
.github/workflows/spm.yml
@@ -124,6 +124,7 @@ jobs:
124
with:
125
name: spm-ios-device-${{ matrix.os }}-${{ matrix.xcode }}-xcodebuild-build.log
126
path: xcodebuild-build.log
127
+ if-no-files-found: error
128
129
platforms:
130
# Don't run on private repo unless it is a PR.
@@ -164,4 +165,5 @@ jobs:
164
165
166
name: spm-platforms-${{ matrix.target }}-${{ matrix.os }}-${{ matrix.xcode }}-logs
167
path: xcodebuild-*.log
168
169
0 commit comments