Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Nov 30, 2024
1 parent 2346d8b commit 52a8277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- runner: 'macos-14'
qtVersion: '6.8.0'
qtModules: 'qtimageformats'
buildArch: 'Universal'
buildArch: 'Arm64'
skipPlugins: 'true'
# - runner: 'macos-13'
# qtVersion: '5.15.2'
# osSuffix: '_legacy'
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/download-plugins.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ($pluginNames.count -eq 0) {
}

foreach ($pluginName in $pluginNames) {
$artifactName = "$pluginName-$osName-6.7.3-$env:buildArch.zip"
$artifactName = "$pluginName-$osName-$qtVersion-$env:buildArch.zip"
$downloadUrl = "$binaryBaseUrl/$artifactName"

Write-Host "Downloading $downloadUrl"
Expand Down

0 comments on commit 52a8277

Please sign in to comment.