From 79cc8e5590ff49645465f2c0af49116bc90a2747 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Sat, 6 Jan 2024 15:11:18 +0100 Subject: [PATCH] Release file pairdrop-cli.zip should only include contents of folder pairdrop-cli instead of the folder itself --- .github/workflows/zip-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/zip-release.yml b/.github/workflows/zip-release.yml index b249867..4ab6daf 100644 --- a/.github/workflows/zip-release.yml +++ b/.github/workflows/zip-release.yml @@ -26,9 +26,8 @@ jobs: - name: Archive Release uses: thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 # v0.7.6 with: - type: 'zip' filename: 'pairdrop-cli.zip' - path: 'pairdrop-cli' + directory: 'pairdrop-cli' exclusions: '*.git* /*node_modules/* .editorconfig' - name: Upload Release uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0