mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Update GitHub Actions workflows to correct artifact upload paths for CLI builds across Linux, macOS, and Windows
This commit is contained in:
parent
d6259c2c26
commit
e117416bad
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-cli-linux.yml
vendored
2
.github/workflows/build-cli-linux.yml
vendored
|
|
@ -52,4 +52,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: void-cli-linux
|
||||
path: cli/target/release/void
|
||||
path: target/release/void
|
||||
|
|
|
|||
2
.github/workflows/build-cli-matrix.yml
vendored
2
.github/workflows/build-cli-matrix.yml
vendored
|
|
@ -52,4 +52,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: void-cli-macos
|
||||
path: cli/target/release/void
|
||||
path: target/release/void
|
||||
|
|
|
|||
2
.github/workflows/build-cli-windows.yml
vendored
2
.github/workflows/build-cli-windows.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue