Skip to content

Commit cddb18e

Browse files
author
Akos Kitta
committed
fix: release artifact folder path
1 parent 6722972 commit cddb18e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/internal/release-procedure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Creating the release for Ubuntu 18.04 ([arduino/arduino-ide#2018](https://github
218218
yarn --cwd ./electron/packager && yarn --cwd ./electron/packager package
219219
```
220220
- Artifacts:
221-
- You have to upload the following artifacts from `./arduino-ide/electron/build/dist` to S3:
221+
- You have to upload the following artifacts from `./arduino-ide/electron-app/dist` to S3:
222222
- `arduino-ide_${VERSION}_Linux_64bit.AppImage`,
223223
- `arduino-ide_${VERSION}_Linux_64bit.zip`, and
224224
- `stable-linux.yml`
@@ -277,7 +277,7 @@ Creating the release for Ubuntu 18.04 ([arduino/arduino-ide#2018](https://github
277277

278278
```sh
279279
VERSION="<TODO: release version>"
280-
hdiutil attach ./electron/build/dist/arduino-ide_$VERSION_macOS_ARM64.dmg \
280+
hdiutil attach ./electron-app/dist/arduino-ide_$VERSION_macOS_ARM64.dmg \
281281
&& cp -R /Volumes/Arduino\ IDE\ $VERSION-arm64/Arduino\ IDE.app ~/Desktop \
282282
&& hdiutil unmount /Volumes/Arduino\ IDE\ $VERSION-arm64 \
283283
&& codesign -dv --verbose=4 ~/Desktop/Arduino\ IDE.app \
@@ -290,7 +290,7 @@ Creating the release for Ubuntu 18.04 ([arduino/arduino-ide#2018](https://github
290290
- You **MUST** delete the `.p12` file and empty the trash afterward.
291291

292292
- Artifacts:
293-
- You have to upload the following artifacts from `./arduino-ide/electron/build/dist` to S3, but first, you must create the final channel file from the `latest-mac.yaml`:
293+
- You have to upload the following artifacts from `./arduino-ide/electron-app/dist` to S3, but first, you must create the final channel file from the `latest-mac.yaml`:
294294
- `arduino-ide_${VERSION}_macOS_arm64.dmg`,
295295
- `arduino-ide_${VERSION}_macOS_arm64.zip`, and
296296
- `stable-mac.yml`

0 commit comments

Comments
 (0)