Skip to content

Commit c5261f8

Browse files
committed
Fix script
1 parent 1005240 commit c5261f8

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/node/package.json":"Patch","packages/python/pyproject.toml":"Patch","libs/braillify/Cargo.toml":"Patch"},"note":"changepacks","date":"2025-11-24T05:46:21.882576300Z"}

.github/workflows/publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ jobs:
197197
- name: Upload artifact
198198
uses: actions/upload-artifact@v4
199199
with:
200-
name: bindings-${{ matrix.settings.target }}
200+
name: pkg-${{ matrix.settings.target }}
201201
path: |
202-
packages/node/braillify.*.node
202+
packages/node/pkg/*
203203
if-no-files-found: error
204204

205205
# python
@@ -278,7 +278,7 @@ jobs:
278278
uses: PyO3/maturin-action@main
279279
with:
280280
target: ${{ matrix.target }}
281-
args: --release --out dist
281+
args: --release --out dist --find-interpreter
282282
working-directory: packages/python
283283
manylinux: ${{ matrix.manylinux || '' }}
284284
- name: Upload wheels
@@ -311,10 +311,10 @@ jobs:
311311
# - name: create npm dirs
312312
# run: bunx napi create-npm-dirs
313313
# working-directory: packages/node
314-
# - name: Download all artifacts
315-
# uses: actions/download-artifact@v5
316-
# with:
317-
# path: packages/node/artifacts
314+
- name: Download all artifacts
315+
uses: actions/download-artifact@v5
316+
with:
317+
path: packages/node/pkg/*
318318
# - name: Move artifacts
319319
# run: bun run artifacts
320320
# working-directory: packages/node
@@ -331,11 +331,11 @@ jobs:
331331
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
332332
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
333333
working-directory: packages/node
334-
- name: Upload Asset
335-
uses: owjs3901/upload-github-release-asset@main
336-
with:
337-
upload_url: ${{ fromJson(needs.changepacks.outputs.release_assets_urls)['packages/node/package.json'] }}
338-
asset_path: packages/node/npm/*/braillify.*.node
334+
# - name: Upload Asset
335+
# uses: owjs3901/upload-github-release-asset@main
336+
# with:
337+
# upload_url: ${{ fromJson(needs.changepacks.outputs.release_assets_urls)['packages/node/package.json'] }}
338+
# asset_path: packages/node/pkg/*
339339

340340

341341
python-publish:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)