From a4128b575dbd1f4b09434d8e915f802937a5f224 Mon Sep 17 00:00:00 2001 From: usiiasirrush <28960829+usiiasirrush@users.noreply.github.com> Date: Tue, 15 Aug 2023 06:07:48 -0400 Subject: [PATCH] Update node.js.yml Signed-off-by: usiiasirrush <28960829+usiiasirrush@users.noreply.github.com> --- .github/workflows/node.js.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f24c44e..bd3f7ea 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -44,17 +44,17 @@ jobs: id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')" - uses: actions/checkout@v3 - - create-release: - runs-on: ubuntu-latest - needs: build - steps: - name: Archive Release uses: thedoctor0/zip-release@0.7.1 with: type: "zip" filename: "release.zip" exclusions: "*.git* .vscode* .editorconfig" + + create-release: + runs-on: ubuntu-latest + needs: build + steps: - name: Create Release id: create_release uses: ncipollo/release-action@v1