summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-08-15 00:56:39 +0300
committerGitHub <noreply@github.com>2024-08-15 00:56:39 +0300
commitb93529526b2192e5ebb63dc364c9459724728336 (patch)
tree23c01b71040bf52d28f49955637fa3fb1ecd4863
parent633e200af16ec786d8eec1db9cfb878d5182e200 (diff)
ReleaseOS build fix (#2299)
-rw-r--r--.github/workflows/build.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 6ebaf02b04..30f38ba3a3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -272,6 +272,7 @@ jobs:
# The other upload of nontrivial size is the symbol file. Use a distinct
# artifact for that too.
- name: Upload symbol file
+ if: steps.build.outputs.symbolfile
uses: actions/upload-artifact@v4
with:
name: "${{ steps.build.outputs.artifact }}-symbols"