Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/christophhart/HISE into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
christoph-hart committed Jun 12, 2024
2 parents 4524254 + 586d6fa commit 40c0e0a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
working-directory: ${{ github.workspace }}/tools/auto_build/
run: 02_BuildInstaller.bat
shell: cmd
- name: Upload Installer
uses: actions/upload-artifact@v2
with:
name: HISE Installer
path: ${{ github.workspace }}/tools/auto_build/Output/*.exe
build_installer_macos:
runs-on: [self-hosted, macos]
steps:
Expand All @@ -43,11 +38,3 @@ jobs:
- name: Build HISE
working-directory: ${{ github.workspace }}/tools/auto_build/
run: sh ./01_BuildHISE.sh
- name: Build Installer
working-directory: ${{ github.workspace }}/tools/auto_build/
run: sh ./02_BuildInstaller.sh
- name: Upload Installer
uses: actions/upload-artifact@v2
with:
name: HISE Installer
path: ${{ github.workspace }}/tools/auto_build/Output/*.pkg

0 comments on commit 40c0e0a

Please sign in to comment.