From 32fcb30c9e979d0277f54ad3d556c5b80e5c15b2 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Tue, 22 Nov 2022 18:48:00 -0500 Subject: [PATCH] Update build-release-artifacts.yml Remove unnecessary zip extension --- .github/workflows/build-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-artifacts.yml b/.github/workflows/build-release-artifacts.yml index 051ccbbb3bb..6271f124061 100644 --- a/.github/workflows/build-release-artifacts.yml +++ b/.github/workflows/build-release-artifacts.yml @@ -20,6 +20,6 @@ jobs: - name: Upload generated artifacts uses: actions/upload-artifact@v2 with: - name: release_artifacts.zip + name: release_artifacts path: build/*.zip retention-days: 5