From 7e39d40187c9bc91caf3020fb8caae6a5241f524 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Mon, 9 Oct 2023 12:28:48 +0300 Subject: [PATCH] fix typo Signed-off-by: Ivan Milchev --- .github/workflows/pkg_msi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkg_msi.yaml b/.github/workflows/pkg_msi.yaml index d68b4fe..697b373 100644 --- a/.github/workflows/pkg_msi.yaml +++ b/.github/workflows/pkg_msi.yaml @@ -53,7 +53,7 @@ jobs: echo "trimmed_version=$(echo ${V} | sed 's/-.*//')" >> $GITHUB_OUTPUT - name: Ensure version of cnquery and cnspec are available run: | - curl -sL --head --fail https://github.com/mondoohq/cnquery/releases/download/v${{ steps.version.outputs.version }}/cnquery_${{ steps.version.outputs.version }}windows_amd64.zip + curl -sL --head --fail https://github.com/mondoohq/cnquery/releases/download/v${{ steps.version.outputs.version }}/cnquery_${{ steps.version.outputs.version }}_windows_amd64.zip curl -sL --head --fail https://github.com/mondoohq/cnspec/releases/download/v${{ steps.version.outputs.version }}/cnspec_${{ steps.version.outputs.version }}_windows_amd64.zip