Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ jobs:
with:
name: wasm
path: |
./wasm.zip
./dist/wasm.zip
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./wasm.zip
./dist/wasm.zip
prerelease: true
generate_release_notes: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./wasm.zip
./dist/wasm.zip
generate_release_notes: true

# Enable in future to automate publishing of NPM package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:gauge": "bun --cwd=\"./example/gauge\" run build",
"copy:wasm": "bun run ./scripts/copy-wasm-module.ts",
"build:example": "bun run build:wasm && bun run build:gauge && bun run copy:wasm",
"package": "bestzip wasm.zip dist/wasm/*"
"package": "cd dist/wasm/2020 && bestzip ../../wasm.zip msfs_navigation_data_interface.wasm"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
Expand Down