]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Include porting guide in GH release packages.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 26 Mar 2021 00:48:23 +0000 (17:48 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 26 Mar 2021 16:44:44 +0000 (17:44 +0100)
.github/workflows/release.yml

index c2a306172cb5df5aa8aced81bc753af58c1e563b..608c137f4652755b2f2a8beffde904c31e17c995 100644 (file)
@@ -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