Skip to content

Commit aa320a3

Browse files
committed
Adjust paths after monorepo merge
1 parent 7cc856b commit aa320a3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.buildkite/release-build-and-distribute.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ env:
1414
IMAGE_ID: $IMAGE_ID
1515

1616
steps:
17-
- group: ":package: Build for Mac"
17+
- group: 📦 Build for Mac
1818
key: release-mac
1919
steps:
20-
- label: ":hammer: Mac Release Build - {{matrix}}"
20+
- label: 🔨 Mac Release Build - {{matrix}}
2121
agents:
2222
queue: mac
2323
command: |
@@ -49,33 +49,33 @@ steps:
4949
echo "--- :node: Packaging in DMG"
5050
npm run make:dmg-{{matrix}}
5151
52-
echo "--- :scroll: Notarizing Binary"
52+
echo "--- 📃 Notarizing Binary"
5353
bundle exec fastlane notarize_binary
5454
plugins: [$CI_TOOLKIT_PLUGIN, $NVM_PLUGIN]
5555
artifact_paths:
56-
- out/**/*.app.zip
57-
- out/*.dmg
56+
- apps/studio/out/**/*.app.zip
57+
- apps/studio/out/*.dmg
5858
matrix:
5959
- x64
6060
- arm64
6161
notify:
6262
- github_commit_status:
6363
context: All Mac Release Builds
6464

65-
- group: ":package: Build for Windows"
65+
- group: 📦 Build for Windows
6666
key: release-windows
6767
steps:
68-
- label: ":hammer: Windows Release Build - {{matrix}}"
68+
- label: 🔨 Windows Release Build - {{matrix}}
6969
agents:
7070
queue: windows
7171
command: |
7272
bash .buildkite/commands/checkout-release-branch.sh "${RELEASE_VERSION}"
7373
powershell -File .buildkite/commands/build-for-windows.ps1 -BuildType release -Architecture {{matrix}}
7474
artifact_paths:
75-
- out\**\studio-setup.exe
76-
- out\**\studio-update.nupkg
77-
- out\**\RELEASES
78-
- out\**\*.appx
75+
- apps\studio\out\**\studio-setup.exe
76+
- apps\studio\out\**\studio-update.nupkg
77+
- apps\studio\out\**\RELEASES
78+
- apps\studio\out\**\*.appx
7979
plugins: [$CI_TOOLKIT_PLUGIN, $NVM_PLUGIN]
8080
matrix:
8181
- x64

0 commit comments

Comments
 (0)