diff options
author | AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> | 2025-07-09 13:12:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-09 13:12:16 -0700 |
commit | 8c6e766311b13ab3f8494f0db6400e82392f6660 (patch) | |
tree | f7cd295744fabbdbfdcaea050fb41ba67ba66a2e | |
parent | 0bb0d3efeaf37ee008dad60710671e2739cb190d (diff) |
Adjust mac artifact name
It was previously looking for a Mac-installer artifact instead of macOS-installer
-rw-r--r-- | .github/workflows/qatest.yaml | 2 |
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 |