mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-28 19:23:53 +01:00
Fix missing brace
This commit is contained in:
parent
5a6be563c5
commit
25ecebef64
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user