diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2021-03-25 17:48:23 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-03-26 17:44:44 +0100 |
commit | 9f784908599006e9f09599b85b495bdcda1f25c4 (patch) | |
tree | 8d2106e3430947639e5d52026ccf57b6f05e00f2 | |
parent | 40b380efc0922f05e52e0852aeabc076d0b01344 (diff) |
Include porting guide in GH release packages.
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2a3061..608c137 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 |