Skip to content

Commit 4fd478d

Browse files
committed
fixing publish
1 parent 9092d6a commit 4fd478d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- run: npm test
2020
- run: npm run build
2121
- run: npm run release
22-
- run: mkdir -p dist/linux && mv dist/rawproto-linux dist/linux/rawproto
23-
- run: mkdir -p dist/macos && mv dist/rawproto-macos dist/macos/rawproto
24-
- run: mkdir -p dist/windows && mv dist/rawproto-win.exe dist/windows/rawproto.exe
22+
- run: mkdir -p dist/linux && mv dist/release/rawproto-linux dist/linux/rawproto
23+
- run: mkdir -p dist/macos && mv dist/release/rawproto-macos dist/macos/rawproto
24+
- run: mkdir -p dist/windows && mv dist/release/rawproto-win.exe dist/windows/rawproto.exe
2525

2626
- name: Publish on NPM
2727
uses: JS-DevTools/npm-publish@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rawproto",
3-
"version": "0.7.6",
3+
"version": "0.7.3",
44
"description": "Guess structure of protobuf binary from raw data",
55
"type": "module",
66
"source": "./index.js",

0 commit comments

Comments
 (0)