From f60fad71646766787870afaa18c1389ac2650c48 Mon Sep 17 00:00:00 2001 From: Markus Frei Date: Thu, 30 Jan 2025 08:12:56 +0100 Subject: [PATCH] chore(ci/cd): improve build --- .github/workflows/lf-windows-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lf-windows-build.yml b/.github/workflows/lf-windows-build.yml index f885acd1..920af8ce 100644 --- a/.github/workflows/lf-windows-build.yml +++ b/.github/workflows/lf-windows-build.yml @@ -18,7 +18,6 @@ permissions: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - build-windows-get-list: runs-on: 'ubuntu-latest' outputs: @@ -52,7 +51,6 @@ jobs: cat /tmp/windows-checks | jq -R -s -c 'split("\n")[:-1]' >> "$GITHUB_OUTPUT" echo "$EOF" >> "$GITHUB_OUTPUT" - build-windows: runs-on: 'windows-latest' needs: @@ -111,7 +109,6 @@ jobs: name: 'nuitka-build-output-${{ matrix.check }}' path: 'C:\nuitka-compile-temp\${{ matrix.check }}*' - zip-windows: # we need to use windows here too, to be able to restore the cache (see https://github.com/marketplace/actions/cache#cache-version) runs-on: 'windows-latest' @@ -146,7 +143,6 @@ jobs: name: 'linuxfabrik-monitoring-plugins.zip' path: 'C:\output-zip\' - msi-windows: runs-on: 'windows-latest' needs: @@ -187,7 +183,7 @@ jobs: run: > wix.exe build -out C:\output-msi\linuxfabrik-monitoring-plugins.msi - ${{ github.workspace }}\monitoring-plugins\check-plugins\linuxfabrik-monitoring-plugins.wxs + ${{ github.workspace }}\monitoring-plugins\linuxfabrik-monitoring-plugins.wxs working-directory: . - name: 'Upload build output-msi'