From 2c1a8e251a29a41591d685d1bfc6740b997ba561 Mon Sep 17 00:00:00 2001 From: Robert Field Date: Sun, 19 Nov 2023 14:36:55 +0000 Subject: [PATCH] build: ci troubleshooting --- .github/workflows/run-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e.yml b/.github/workflows/run-e2e.yml index 00865c2f..f4fd6439 100644 --- a/.github/workflows/run-e2e.yml +++ b/.github/workflows/run-e2e.yml @@ -37,5 +37,5 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: test-results-${{ github.ref }}-${{ github.run_number }} + name: test-results-${{ github.sha }}-${{ github.run_number }} path: examples/simple/test-results \ No newline at end of file