From c6383dc3c3e4d01daa89831ae2ac76f3522e6df4 Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Wed, 15 May 2024 10:49:56 -0400 Subject: [PATCH] Getting the zip and attaching it. --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca874ff..53fda7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: contents: write strategy: matrix: - node-version: [21.x, 20.x, 18.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v3 @@ -25,5 +25,4 @@ jobs: - run: npm run release - uses: ncipollo/release-action@v1 with: - artifacts: 'release.tar.gz,foo/*.txt' - bodyFile: 'body.md' + artifacts: 'to-do-mvc.zip'