From: Nathan Moinvaziri Date: Fri, 26 Mar 2021 00:48:23 +0000 (-0700) Subject: Include porting guide in GH release packages. X-Git-Tag: 2.0.3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f784908599006e9f09599b85b495bdcda1f25c4;p=thirdparty%2Fzlib-ng.git Include porting guide in GH release packages. --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2a30617..608c137f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: if: runner.os == 'Windows' run: | cd out - 7z a -tzip ../zlib-ng-${{ matrix.deploy-name }}.zip bin include lib ../LICENSE.md ../README.md + 7z a -tzip ../zlib-ng-${{ matrix.deploy-name }}.zip bin include lib ../LICENSE.md ../PORTING.md ../README.md - name: Upload release (Windows) uses: svenstaro/upload-release-action@v1-release