Fix missing brace

This commit is contained in:
David Dworken 2024-02-09 20:35:40 -08:00 committed by GitHub
parent 5a6be563c5
commit 25ecebef64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ jobs:
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: goldens-used-${{ matrix.os }-${{ matrix.tests }}.txt
name: goldens-used-${{ matrix.os }}-${{ matrix.tests }}.txt
path: /tmp/goldens-used.txt
# - name: Setup tmate session