mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Fix artifact upload path in GitHub Actions workflow for macOS CLI build
This commit is contained in:
parent
b5ed99556f
commit
0d2e41da29
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-cli-matrix.yml
vendored
3
.github/workflows/build-cli-matrix.yml
vendored
|
|
@ -52,4 +52,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: void-cli-macos
|
||||
path: target/release/void
|
||||
path: cli/target/release/void
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue