mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
fix: revert built app name to uppercase Goose (#5206)
This commit is contained in:
parent
b48a7ffd29
commit
f0da14bff8
16 changed files with 72 additions and 72 deletions
6
.github/workflows/bundle-desktop-linux.yml
vendored
6
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -180,21 +180,21 @@ jobs:
|
|||
- name: Upload .deb package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: goose-linux-x64-deb
|
||||
name: Goose-linux-x64-deb
|
||||
path: ui/desktop/out/make/deb/x64/*.deb
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload .rpm package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: goose-linux-x64-rpm
|
||||
name: Goose-linux-x64-rpm
|
||||
path: ui/desktop/out/make/rpm/x64/*.rpm
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload combined Linux packages
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: goose-linux-x64
|
||||
name: Goose-linux-x64
|
||||
path: |
|
||||
ui/desktop/out/make/deb/x64/*.deb
|
||||
ui/desktop/out/make/rpm/x64/*.rpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue