From a54b90451f81c99a280ef8ed8c19f562fadc34f5 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Thu, 21 Sep 2023 22:26:27 -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 755469946..169430d1c 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -82,6 +82,6 @@ jobs: - name: Publish Serenity report uses: actions/upload-artifact@v3 with: - name: atala-prism-sdk-kmm.zip + name: atala-prism-sdk-kmm path: tests/end-to-end/target/site/serenity if-no-files-found: error