From b93529526b2192e5ebb63dc364c9459724728336 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Thu, 15 Aug 2024 00:56:39 +0300 Subject: ReleaseOS build fix (#2299) --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3