summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-08-31 16:06:13 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-08-31 16:06:13 -0400
commit58e8c3567f219703623f3a4755d3ba796ba4ef85 (patch)
treef12513ea2bd41bb165e7eeeaa8d69ffbb7bcc4f7
parente8cd5205e89993df357410c245f99ebb7703958d (diff)
SL-19243: Fix build.yaml syntax error.
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ad5925d266..e0caee849a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -215,7 +215,7 @@ jobs:
- name: Upload executable
uses: actions/upload-artifact@v3
with:
- name: "${{ steps.build.outputs.artifact }}-exe
+ name: "${{ steps.build.outputs.artifact }}-exe"
if: steps.build.outputs.viewer_exe
path: ${{ steps.build.outputs.viewer_exe }}