Skip to content
Snippets Groups Projects
Commit 3147b55c authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-19243: Fix wonky 'if:' in build.yaml

parent 348d7107
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -213,10 +213,10 @@ jobs:
${{ steps.build.outputs.installer }}
- name: Upload executable
if: steps.build.outputs.viewer_exe
uses: actions/upload-artifact@v3
with:
name: "${{ steps.build.outputs.artifact }}-exe"
if: steps.build.outputs.viewer_exe
path: ${{ steps.build.outputs.viewer_exe }}
# The other upload of nontrivial size is the symbol file. Use a distinct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment