Update GitHub Actions workflows to correct artifact upload paths for CLI builds across Linux, macOS, and Windows

This commit is contained in:
Jérôme Commaret 2026-01-17 20:39:41 +01:00
parent d6259c2c26
commit e117416bad
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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