From ef92d2fa3f306c72252635d30c0ea465755f8b0a Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Tue, 2 Jun 2020 21:51:49 -0400 Subject: [PATCH] Fixing a release bug --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 99e5da2bfd..645b702a66 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: id: get_version run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3) - name: Create Zip Folder - run: zip -r --junk-paths ${{ steps.get_version.outputs.VERSION }}.zip ./dist + run: zip -r ${{ steps.get_version.outputs.VERSION }}.zip ./dist - name: Create Release id: create_release uses: actions/create-release@v1