Packages on PR
This commit is contained in:
parent
2d0cee4be8
commit
c777ce9f4c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue