diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-08-31 16:06:13 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-08-31 16:06:13 -0400 |
commit | 58e8c3567f219703623f3a4755d3ba796ba4ef85 (patch) | |
tree | f12513ea2bd41bb165e7eeeaa8d69ffbb7bcc4f7 /.github/workflows | |
parent | e8cd5205e89993df357410c245f99ebb7703958d (diff) |
SL-19243: Fix build.yaml syntax error.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
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 }} |