Cleanup last few build details

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-01-01 19:39:53 +01:00
parent a8a5cea9fb
commit 60d2651f2e
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
13 changed files with 34 additions and 25 deletions

View file

@ -417,7 +417,7 @@ jobs:
- name: Set up dependencies
run: |
./deps/PawPaw/.github/workflows/bootstrap-deps.sh ${{ matrix.target }}
apt-get install -yqq wget zip
apt-get install -yqq wget xvfb zip
apt-get clean
- name: Set up ccache
uses: hendrikmuhs/ccache-action@v1.2
@ -458,6 +458,7 @@ jobs:
run: echo "SHA8=$(echo ${{ github.ref_name }})" >> $GITHUB_ENV
- name: Pack binaries
if: steps.cache.outputs.cache-hit == 'true'
shell: bash
run: |
pushd bin
zip -r -9 ../${{ github.event.repository.name }}-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}.zip $(ls | grep -e lv2 -e vst -e clap)