Fix artifact upload path in GitHub Actions workflow for macOS CLI build

This commit is contained in:
Jérôme Commaret 2026-01-17 21:07:36 +01:00
parent b5ed99556f
commit 0d2e41da29

View file

@ -52,4 +52,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: void-cli-macos
path: target/release/void
path: cli/target/release/void