From e630bc5318b46ec1c1cb7311fb9e53effea6439c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Mon, 29 May 2023 21:55:39 +0200 Subject: [PATCH] ci: fix typo in variable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Prud'homme --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ea49088b..6d564657 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Clone uses: actions/checkout@v3 - with: + with: submodules: true - name: Dependencies run: | @@ -29,7 +29,7 @@ jobs: - name: Build id: build env: - CMAKE_ARGS: "${{ matrix.define }}" + CMAKE_ARGS: "${{ matrix.defines }}" BUILD_ID: "${{ matrix.build }}" run: | make dist @@ -58,7 +58,7 @@ jobs: steps: - name: Clone uses: actions/checkout@v3 - with: + with: submodules: true - name: Dependencies @@ -68,7 +68,7 @@ jobs: - name: Build id: build env: - CMAKE_ARGS: "${{ matrix.define }}" + CMAKE_ARGS: "${{ matrix.defines }}" BUILD_ID: "${{ matrix.build }}" run: | make dist