Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fb0ed6

Browse files
authored
SDK Update -> 0.9.1 (#964)
1 parent71e382d commit6fb0ed6

File tree

25 files changed

+1781
-432
lines changed

25 files changed

+1781
-432
lines changed

‎.github/workflows/javascript-sdk.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:${{ matrix.os }}
1919
defaults:
2020
run:
21-
working-directory:pgml-sdks/rust/pgml/javascript
21+
working-directory:pgml-sdks/pgml/javascript
2222
steps:
2323
-uses:actions/checkout@v3
2424
-uses:actions-rs/toolchain@v1
@@ -34,14 +34,11 @@ jobs:
3434
run:|
3535
npm i
3636
npm run build-release
37-
mv index.node ${{ matrix.neon-out-name }}
38-
-name:Display output files
39-
run:ls -R
4037
-name:Upload built .node file
4138
uses:actions/upload-artifact@v3
4239
with:
4340
name:node-artifacts
44-
path:pgml-sdks/rust/pgml/javascript/${{ matrix.neon-out-name }}
41+
path:pgml-sdks/pgml/javascript/dist/${{ matrix.neon-out-name }}
4542
retention-days:1
4643
# publish-javascript-sdk:
4744
# needs: build-javascript-sdk

‎.github/workflows/python-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on:${{ matrix.os }}
1515
defaults:
1616
run:
17-
working-directory:pgml-sdks/rust/pgml
17+
working-directory:pgml-sdks/pgml
1818
steps:
1919
-uses:actions/checkout@v3
2020
-uses:actions-rs/toolchain@v1
@@ -62,7 +62,7 @@ jobs:
6262
runs-on:macos-latest
6363
defaults:
6464
run:
65-
working-directory:pgml-sdks/rust/pgml
65+
working-directory:pgml-sdks/pgml
6666
steps:
6767
-uses:actions/checkout@v3
6868
-uses:actions-rs/toolchain@v1
@@ -101,7 +101,7 @@ jobs:
101101
python-version:["3.8", "3.9", "3.10", "3.11"]
102102
defaults:
103103
run:
104-
working-directory:pgml-sdks\rust\pgml
104+
working-directory:pgml-sdks\pgml
105105
steps:
106106
-uses:actions/checkout@v3
107107
-uses:actions-rs/toolchain@v1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp