Skip to content

Commit b935295

Browse files
authored
ReleaseOS build fix (#2299)
1 parent 633e200 commit b935295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ jobs:
272272
# The other upload of nontrivial size is the symbol file. Use a distinct
273273
# artifact for that too.
274274
- name: Upload symbol file
275+
if: steps.build.outputs.symbolfile
275276
uses: actions/upload-artifact@v4
276277
with:
277278
name: "${{ steps.build.outputs.artifact }}-symbols"

0 commit comments

Comments
 (0)