mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Add dollar sign to fix github actions templating for outputs
This commit is contained in:
parent
55a4f1ddb0
commit
f88e1d5b3b
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -85,13 +85,13 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: test-results-{{ matrix.os }}.json
|
||||
name: test-results-${{ matrix.os }}.json
|
||||
path: /tmp/testrun.json
|
||||
- name: Upload failed test goldens
|
||||
uses: actions/upload-artifact@v3
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: test-goldens-{{ matrix.os }}
|
||||
name: test-goldens-${{ matrix.os }}
|
||||
path: /tmp/test-goldens/
|
||||
|
||||
# - name: Setup tmate session
|
||||
|
Loading…
Reference in New Issue
Block a user