From 171b50bb1ceb88af9d06a032f4bf1268191a444a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Mon, 29 May 2023 23:11:29 +0200 Subject: [PATCH] ci: fix typo in variable name (#424) 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 ea49088..6d56465 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