Skip to content

Commit 6905b76

Browse files
committed
Switching to a new package - webmscore4
1 parent 423fd2e commit 6905b76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: npm-pack
84-
path: web-public/webmscore-*.tgz
84+
path: web-public/webmscore4-*.tgz
8585

8686
test:
8787
needs: build
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
cd web-example
108108
npm i
109-
npm i ./webmscore-*.tgz
109+
npm i ./webmscore4-*.tgz
110110
npm start || echo "failed=1" >> "$GITHUB_OUTPUT"
111111
112112
- uses: actions/upload-artifact@v4

web-public/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "webmscore",
3-
"version": "1.2.1",
2+
"name": "webmscore4",
3+
"version": "4.3.2",
44
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers",
55
"type": "module",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)