From 5cc46a5a4aad454d06459a6a56ecfaf15ac41320 Mon Sep 17 00:00:00 2001 From: Necati Meral Date: Fri, 3 Mar 2023 18:19:22 +0100 Subject: [PATCH] Update auto-release.yml --- .github/workflows/auto-release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index fd5d0ab..57e92f3 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -118,3 +118,10 @@ jobs: with: files: dist/*.zip generate_release_notes: true + + # Upload the packages: https://github.com/marketplace/actions/upload-a-build-artifact + - name: Upload build artifacts + uses: actions/upload-artifact@v3 + with: + name: Logic nodes + path: dist/*.zip