diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cfb8ff0..36b68ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,17 +34,17 @@ jobs: - name: Rename dist run: mkdir Matecho && mv dist Matecho/Matecho - - name: Packing - uses: montudor/action-zip@v1 - with: - args: zip -qq -r Matecho-${{ github.ref_name }}.zip Matecho/Matecho - - name: Upload artifact uses: actions/upload-artifact@v4 with: name: Matecho-${{ github.ref_name }} path: Matecho + - name: Packing + uses: montudor/action-zip@v1 + with: + args: cd Matecho && zip -qq -D -r Matecho-${{ github.ref_name }}.zip Matecho + - name: Release uses: softprops/action-gh-release@v2 with: