diff --git a/.github/workflows/test_build.yaml b/.github/workflows/test_build.yaml index db33fa3..dc5b0dc 100644 --- a/.github/workflows/test_build.yaml +++ b/.github/workflows/test_build.yaml @@ -187,12 +187,12 @@ jobs: dest: fusioninventory-agent_${{ matrix.platform.target }}.zip - name: Prepare windows dmidecode x64 - if: runner.os == 'Windows' && ${{ matrix.platform.target }} == 'x86_64-pc-windows-msvc' + if: runner.os == 'Windows' && matrix.platform.target == 'x86_64-pc-windows-msvc' run: | unzip win32\dmidecode_x64.zip - name: Prepare windows dmidecode x86 - if: runner.os == 'Windows' && ${{ matrix.platform.target }} == 'i686-pc-windows-msvc' + if: runner.os == 'Windows' && matrix.platform.target == 'i686-pc-windows-msvc' run: | unzip win32\dmidecode_x86.zip