Skip to content

Commit

Permalink
Remove hardcoded version numbers used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbalinov committed Oct 21, 2024
1 parent bbb89e6 commit 2985bf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pkg_msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ 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/v11.26.0/cnquery_11.26.0_windows_amd64.zip \
https://github.com/mondoohq/cnspec/releases/download/v11.26.0/cnspec_11.26.0_windows_amd64.zip \
https://github.com/mondoohq/cnquery/releases/download/v11.26.0/cnquery_11.26.0_windows_arm64.zip \
https://github.com/mondoohq/cnspec/releases/download/v11.26.0/cnspec_11.26.0_windows_arm64.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 \
https://github.com/mondoohq/cnspec/releases/download/v${{ steps.version.outputs.version }}/cnquery_${{ steps.version.outputs.version }}_windows_amd64.zip \
https://github.com/mondoohq/cnquery/releases/download/v${{ steps.version.outputs.version }}/cnquery_${{ steps.version.outputs.version }}_windows_arm64.zip \
https://github.com/mondoohq/cnspec/releases/download/v${{ steps.version.outputs.version }}/cnquery_${{ steps.version.outputs.version }}_windows_arm64.zip
dist-prepare:
Expand Down
1 change: 0 additions & 1 deletion packages/msi/msi/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
InstallerVersion="$(var.InstallerVersion)"
Compressed="yes"
Comments="Windows Installer Package"
Platform="x64"
InstallScope="perMachine"
InstallPrivileges="elevated"
/>
Expand Down

0 comments on commit 2985bf1

Please sign in to comment.