Skip to content

Commit 8e4a235

Browse files
committed
fix paths in PUBLISHING directions
1 parent eb9b683 commit 8e4a235

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

installers/npm/PUBLISHING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ Create each of these by running the `elm` executable for each platform through `
4343

4444
Put the above files at:
4545

46-
1. `packages/elm_darwin_arm64/elm`
47-
2. `packages/elm_darwin_x64/elm`
48-
3. `packages/elm_linux_x64/elm`
49-
4. `packages/elm_linux_arm64/elm`
50-
5. `packages/elm_win32_x64/elm.exe` (Note the `.exe` file extension!)
46+
1. `packages/darwin_arm64/elm`
47+
2. `packages/darwin_x64/elm`
48+
3. `packages/linux_x64/elm`
49+
4. `packages/linux_arm64/elm`
50+
5. `packages/win32_x64/elm.exe` (Note the `.exe` file extension!)
5151

5252
(They are ignored by git.)
5353

5454

5555
## 3. Publish the binary packages
5656

57-
Repeat this for all the packages mentioned in the previous section. This uses `packages/elm_darwin_arm64` as an example.
57+
Repeat this for all the packages mentioned in the previous section. This uses `packages/darwin_arm64` as an example.
5858

59-
1. Go to the folder: `cd packages/elm_darwin_arm64`
59+
1. Go to the folder: `cd packages/darwin_arm64`
6060
2. Double-check that you put the right binary in the right package: `file elm`
6161
3. Double-check that the file is executable: `ls -l elm`
6262
4. In `package.json` of the binary package, bump the version for example to `"0.19.1-2"`.

0 commit comments

Comments
 (0)