|
14 | 14 | IMAGE_ID: $IMAGE_ID |
15 | 15 |
|
16 | 16 | steps: |
17 | | - - group: ":package: Build for Mac" |
| 17 | + - group: 📦 Build for Mac |
18 | 18 | key: release-mac |
19 | 19 | steps: |
20 | | - - label: ":hammer: Mac Release Build - {{matrix}}" |
| 20 | + - label: 🔨 Mac Release Build - {{matrix}} |
21 | 21 | agents: |
22 | 22 | queue: mac |
23 | 23 | command: | |
@@ -49,33 +49,33 @@ steps: |
49 | 49 | echo "--- :node: Packaging in DMG" |
50 | 50 | npm run make:dmg-{{matrix}} |
51 | 51 |
|
52 | | - echo "--- :scroll: Notarizing Binary" |
| 52 | + echo "--- 📃 Notarizing Binary" |
53 | 53 | bundle exec fastlane notarize_binary |
54 | 54 | plugins: [$CI_TOOLKIT_PLUGIN, $NVM_PLUGIN] |
55 | 55 | artifact_paths: |
56 | | - - out/**/*.app.zip |
57 | | - - out/*.dmg |
| 56 | + - apps/studio/out/**/*.app.zip |
| 57 | + - apps/studio/out/*.dmg |
58 | 58 | matrix: |
59 | 59 | - x64 |
60 | 60 | - arm64 |
61 | 61 | notify: |
62 | 62 | - github_commit_status: |
63 | 63 | context: All Mac Release Builds |
64 | 64 |
|
65 | | - - group: ":package: Build for Windows" |
| 65 | + - group: 📦 Build for Windows |
66 | 66 | key: release-windows |
67 | 67 | steps: |
68 | | - - label: ":hammer: Windows Release Build - {{matrix}}" |
| 68 | + - label: 🔨 Windows Release Build - {{matrix}} |
69 | 69 | agents: |
70 | 70 | queue: windows |
71 | 71 | command: | |
72 | 72 | bash .buildkite/commands/checkout-release-branch.sh "${RELEASE_VERSION}" |
73 | 73 | powershell -File .buildkite/commands/build-for-windows.ps1 -BuildType release -Architecture {{matrix}} |
74 | 74 | 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 |
79 | 79 | plugins: [$CI_TOOLKIT_PLUGIN, $NVM_PLUGIN] |
80 | 80 | matrix: |
81 | 81 | - x64 |
|
0 commit comments