From 0edcf2d448185b1177d519392a3a4e298dd5d438 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Thu, 21 Sep 2023 22:27:01 -0300 Subject: [PATCH] ci: fix artifact name --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 6ba8979ac..5120fed15 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -95,6 +95,6 @@ jobs: - name: Publish Serenity report uses: actions/upload-artifact@v3 with: - name: atala-prism-sdk-ts.zip + name: atala-prism-sdk-ts path: integration-tests/e2e-tests/target/site/wallet-sdk-ts if-no-files-found: error