mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
In #8795 we added an additional path to the artifact upload which appeared to have broken it. The action cannot seem to handle multiple direct paths that lead to files. It tries to but fails: ``` Multiple search paths detected. Calculating the least common ancestor of all paths The least common ancestor is /Users/runner/work/firezone/firezone/"/Users/runner/work/_temp. This will be the root directory of the artifact Warning: No files were found with the provided path: "/Users/runner/work/_temp/firezone-macos-client-1.4.12.dmg" "/Users/runner/work/_temp/firezone-macos-client-1.4.12.pkg". No artifacts will be uploaded. ``` Source: https://github.com/firezone/firezone/actions/runs/14571295945/job/40868936348#step:7:31 Splitting this step into two and creating one artifact each fixes this as can be seen in the following job (which I triggered for this PR): https://github.com/firezone/firezone/actions/runs/14572176039/job/40871304453