Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
acsandmann committed Jun 18, 2024
1 parent ccb290b commit 88399d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
build: npm build --target x86_64-apple-darwin
build: npm run build --target x86_64-apple-darwin
- host: macos-latest
target: aarch64-apple-darwin
build: npm build --target aarch64-apple-darwin
build: npm run build --target aarch64-apple-darwin
name: stable - ${{ matrix.settings.target }} - node@18
runs-on: ${{ matrix.settings.host }}
steps:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
path: artifacts
- name: Move artifacts
run: npm artifacts
run: npm run artifacts
- name: List packages
run: ls -R ./npm
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asandmann/vision",
"version": "0.0.5",
"version": "0.0.1",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 88399d5

Please sign in to comment.