diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 4b63126..799ede3 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -416,10 +416,17 @@ jobs: with: name: sealdice-core_${{ env.PROJECT_VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }} path: . + - name: Archive Release + uses: thedoctor0/zip-release@0.7.1 + with: + type: 'zip' + path: sealdice-core_${{ env.PROJECT_VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }} + filename: sealdice-core_${{ env.PROJECT_VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip + exclusions: '*.git* /*node_modules/* .editorconfig' - name: Upload uses: actions/upload-artifact@v3 with: - name: sealdice_${{ env.PROJECT_VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }} + name: sealdice_${{ env.PROJECT_VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip path: . clear-temp-artifact: