diff --git a/.github/workflows/release-handler.yml b/.github/workflows/release-handler.yml index 4c2e959..0409290 100644 --- a/.github/workflows/release-handler.yml +++ b/.github/workflows/release-handler.yml @@ -22,7 +22,7 @@ jobs: - name: Create release archive uses: montudor/action-zip@v0.1.0 with: - args: (cd dist && zip -X -r footnotes-${{ github.event.release.tag_name }}.zip .) + args: zip -X -r dist/footnotes-${{ github.event.release.tag_name }}.zip dist/* - name: Upload archive as artifact uses: actions/upload-artifact@v2