From 766cb605db8dc515d07b4b704990cc555e3a6933 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 22 Mar 2021 22:30:05 +0100 Subject: [PATCH] ci: Fix formatting for main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7d44af..f4af4d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ name: Build -on: +on: push: tags: - '*' @@ -19,7 +19,7 @@ jobs: name: "Windows 64-bit" strategy: fail-fast: true - matrix: + matrix: runner: [ windows-2019 ] include: - runner: windows-2019 @@ -157,7 +157,7 @@ jobs: -DCMAKE_INSTALL_PREFIX="build/distrib" \ -DENABLE_FILTER_NVIDIA_FACE_TRACKING=FALSE \ -DPACKAGE_NAME="streamfx-${{ matrix.id }}" \ - -DPACKAGE_PREFIX="build/package" + -DPACKAGE_PREFIX="build/package" - name: "Build Project" shell: bash run: | @@ -176,7 +176,7 @@ jobs: macos: strategy: fail-fast: true - matrix: + matrix: runner: [ macos-latest ] include: - runner: macos-latest