Skip to content

Commit 69cecc5

Browse files
psteinroeclaude
andcommitted
fix: correct WASM asset paths in release workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 022e9e2 commit 69cecc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ jobs:
233233

234234
- name: Prepare WASM Assets
235235
run: |
236-
cp wasm-assets/packages/@postgres-language-server/wasm/wasm/pgls.js ./pgls.js
237-
cp wasm-assets/packages/@postgres-language-server/wasm/wasm/pgls.wasm ./pgls.wasm
236+
cp wasm-assets/pgls.js ./pgls.js
237+
cp wasm-assets/pgls.wasm ./pgls.wasm
238238
239239
- name: 📂 Create Release
240240
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)