From 2488d485bf4fbc8ae71a5f3e5549745f57666ca1 Mon Sep 17 00:00:00 2001 From: luandro Date: Mon, 17 Jun 2024 20:39:49 -0300 Subject: [PATCH] fix(ci): attempt to solve Github release issue --- .github/actions/release-github/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/release-github/action.yml b/.github/actions/release-github/action.yml index 7d74ba1..8144612 100644 --- a/.github/actions/release-github/action.yml +++ b/.github/actions/release-github/action.yml @@ -15,6 +15,7 @@ runs: path: "./" - name: Archive Release run: zip -r portal.zip ./nuxt-app/* + shell: bash - name: "✏️ Upload imgs and release" uses: "marvinpinto/action-automatic-releases@latest" with: