From 586d6fa1d729ddd9beee79d603aca9acec37c685 Mon Sep 17 00:00:00 2001 From: Christoph Hart Date: Wed, 12 Jun 2024 23:33:45 +0200 Subject: [PATCH] Update build_installer.yml --- .github/workflows/build_installer.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build_installer.yml b/.github/workflows/build_installer.yml index 00f9d2ce09..b0058dd81c 100644 --- a/.github/workflows/build_installer.yml +++ b/.github/workflows/build_installer.yml @@ -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: @@ -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