From 5fb78285a5ea57e3ae72b7ad363fd7e7784b7039 Mon Sep 17 00:00:00 2001 From: noahmmcgivern Date: Mon, 4 Dec 2023 04:17:59 -0500 Subject: [PATCH] feat: scripts release 2 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f46ab1..963d012 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,9 +150,9 @@ jobs: done - name: Add scripts to archive shell: bash - run: | - pkgname=$PROJECT_NAME-${{ steps.tagname.outputs.tag }}-scripts - tar cJf dist/$pkgname.tar.xz scripts + run: | + pkgname=$PROJECT_NAME-${{ steps.tagname.outputs.tag }}-scripts + tar cJf dist/$pkgname.tar.xz scripts - name: Release archive uses: svenstaro/upload-release-action@v2 with: