fix: revert built app name to uppercase Goose (#5206)

This commit is contained in:
Zane 2025-10-16 13:11:30 -07:00 committed by GitHub
parent b48a7ffd29
commit f0da14bff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 72 additions and 72 deletions

View file

@ -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