Skip to content

Commit 35d0a4a

Browse files
committed
Merge branch 'main' into fix/goose-path-root-configdir
2 parents 8cb223f + d3aa820 commit 35d0a4a

File tree

132 files changed

+16458
-1309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+16458
-1309
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bundle Desktop Artifacts (Unsigned)
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
permissions:
10+
id-token: write
11+
contents: read
12+
actions: read
13+
14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
18+
jobs:
19+
bundle-desktop:
20+
uses: ./.github/workflows/bundle-desktop.yml
21+
permissions:
22+
id-token: write
23+
contents: read
24+
with:
25+
signing: false
26+
27+
bundle-desktop-intel:
28+
uses: ./.github/workflows/bundle-desktop-intel.yml
29+
permissions:
30+
id-token: write
31+
contents: read
32+
with:
33+
signing: false
34+
35+
bundle-desktop-linux:
36+
uses: ./.github/workflows/bundle-desktop-linux.yml
37+
38+
bundle-desktop-windows:
39+
uses: ./.github/workflows/bundle-desktop-windows.yml
40+
with:
41+
signing: false

0 commit comments

Comments
 (0)