Skip to content

Commit d91330f

Browse files
Update build-cli.yml
1 parent 595f05a commit d91330f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: cli-linux
40-
path: ./app.bin
40+
path: ./src/cli/app.bin
4141

4242
build-windows:
4343
runs-on: windows-latest
@@ -62,4 +62,4 @@ jobs:
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: cli-windows
65-
path: ./app.exe
65+
path: ./src/cli/app.exe

0 commit comments

Comments
 (0)