mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
fix: removed double dash in pnpm command (#7951)
This commit is contained in:
parent
cfeae920f7
commit
670fbc887f
7 changed files with 33 additions and 11 deletions
2
.github/workflows/bundle-desktop-linux.yml
vendored
2
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -146,7 +146,7 @@ jobs:
|
|||
echo "Building Linux packages (.deb, .rpm, and .flatpak)..."
|
||||
|
||||
# Build all configured packages
|
||||
pnpm run make -- --platform=linux --arch=x64
|
||||
pnpm run make --platform=linux --arch=x64
|
||||
|
||||
echo "Build completed. Checking output..."
|
||||
ls -la out/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue