Browse Source

Add zip to CI release build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1961/merge
falkTX 3 months ago
parent
commit
2891b44b82
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/release.yml

+ 2
- 2
.github/workflows/release.yml View File

@@ -75,7 +75,7 @@ jobs:
shell: bash
run: |
apt-get update -qq
apt-get install -yqq git unzip
apt-get install -yqq git unzip zip
git clone https://github.com/DISTRHO/PawPaw.git
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
./PawPaw/.github/workflows/bootstrap-deps.sh win32
@@ -122,7 +122,7 @@ jobs:
shell: bash
run: |
apt-get update -qq
apt-get install -yqq git unzip
apt-get install -yqq git unzip zip
git clone https://github.com/DISTRHO/PawPaw.git
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
./PawPaw/.github/workflows/bootstrap-deps.sh win64


Loading…
Cancel
Save