Skip to content

Commit

Permalink
Update desktop-app-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale authored Dec 11, 2024
1 parent e81f78f commit 7cac531
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/desktop-app-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- v1.0
pull_request:
branches:
- v1.0

jobs:
build-and-bundle:
Expand Down Expand Up @@ -88,7 +91,7 @@ jobs:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}

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

0 comments on commit 7cac531

Please sign in to comment.