File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments