summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtlasLinden <114031241+AtlasLinden@users.noreply.github.com>2025-07-09 13:12:16 -0700
committerGitHub <noreply@github.com>2025-07-09 13:12:16 -0700
commit8c6e766311b13ab3f8494f0db6400e82392f6660 (patch)
treef7cd295744fabbdbfdcaea050fb41ba67ba66a2e
parent0bb0d3efeaf37ee008dad60710671e2739cb190d (diff)
Adjust mac artifact name
It was previously looking for a Mac-installer artifact instead of macOS-installer
-rw-r--r--.github/workflows/qatest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml
index 11ac1edaf2..7bdb8cb9aa 100644
--- a/.github/workflows/qatest.yaml
+++ b/.github/workflows/qatest.yaml
@@ -48,7 +48,7 @@ jobs:
install-path: 'C:\viewer-automation-main'
- os: mac
runner: qa-mac-atlas
- artifact: Mac-installer
+ artifact: macOS-installer
install-path: '$HOME/Documents/viewer-automation'
fail-fast: false