Skip to content

Commit

Permalink
ci: fix typo in variable name (#424)
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
  • Loading branch information
sebastien-prudhomme authored May 29, 2023
1 parent 04d6bd7 commit 171b50b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v3
with:
with:
submodules: true
- name: Dependencies
run: |
Expand All @@ -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
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v3
with:
with:
submodules: true

- name: Dependencies
Expand All @@ -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
Expand Down

0 comments on commit 171b50b

Please sign in to comment.