Skip to content

Commit

Permalink
only publish default bundle of goose.app
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale authored Nov 30, 2024
1 parent a8b6bb3 commit f18f1b5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/desktop-app-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,3 @@ jobs:
with:
name: Goose.zip
path: ui/desktop/out/Goose-darwin-arm64/Goose.zip

- name: Make preconfigured Goose App
run: npm run bundle:preconfigured
working-directory: ui/desktop
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
GOOSE_BUNDLE_HOST: ${{ secrets.GOOSE_BUNDLE_HOST }}
GOOSE_BUNDLE_MODEL: ${{ secrets.GOOSE_BUNDLE_MODEL }}
GOOSE_BUNDLE_TYPE: ${{ secrets.GOOSE_BUNDLE_TYPE }}

- name: Upload preconfigured
uses: actions/upload-artifact@v3
with:
name: Goose-preconfigured.app
path: ui/desktop/out/Goose-darwin-arm64/Goose.zip

0 comments on commit f18f1b5

Please sign in to comment.