From c777ce9f4cb11e0f8484e97392ff85a6ee222145 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Mon, 18 Sep 2023 08:34:03 +0200 Subject: [PATCH] Packages on PR --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adcb5a5..5eeba31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,10 +184,10 @@ jobs: sudo killall -9 AudioComponentRegistrar auval -v aumu samp Sfzt - name: Package bundles - if: ${{ github.ref_type == 'tag' }} + # if: ${{ github.ref_type == 'tag' }} run: ./scripts/package-osx-bundles.sh - name: Create installer - if: ${{ github.ref_type == 'tag' }} + # if: ${{ github.ref_type == 'tag' }} working-directory: ${{ github.workspace }}/build run: | options=( @@ -199,7 +199,7 @@ jobs: ) productbuild "${options[@]}" - name: Upload - if: ${{ github.ref_type == 'tag' }} + # if: ${{ github.ref_type == 'tag' }} uses: actions/upload-artifact@v3 with: name: macOS package @@ -263,11 +263,11 @@ jobs: working-directory: ${{ github.workspace }}/build run: pluginval --validate-in-process --validate sfizz.vst3 - name: Create installer - if: ${{ github.ref_type == 'tag' }} + # if: ${{ github.ref_type == 'tag' }} working-directory: ${{ github.workspace }}/build run: iscc /O"." /F"${{ env.install_name }}" /dARCH="${{ matrix.platform }}" innosetup.iss - name: Upload - if: ${{ github.ref_type == 'tag' }} + # if: ${{ github.ref_type == 'tag' }} uses: actions/upload-artifact@v3 with: name: ${{ matrix.pkg_platform }} installer