diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f85cbd7..4c4e5b0 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -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