diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3655250..41821906 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,12 +11,16 @@ jobs: include: - os: ubuntu-latest target: linux-x64 - - os: windows-latest - target: win32-x64 - - os: macos-latest - target: darwin-x64 + npm_config_arch: x64 - os: macos-12 + target: darwin-x64 + npm_config_arch: x64 + - os: macos-latest target: darwin-arm64 + npm_config_arch: arm64 + - os: windows-latest + target: win32-x64 + npm_config_arch: x64 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/package-lock.json b/package-lock.json index ae799845..b6705e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twinny", - "version": "3.14.6", + "version": "3.14.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "twinny", - "version": "3.14.6", + "version": "3.14.7", "cpu": [ "x64", "arm64" diff --git a/package.json b/package.json index 276e6cde..eead8ea9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "twinny", "displayName": "twinny - AI Code Completion and Chat", "description": "Locally hosted AI code completion plugin for vscode", - "version": "3.14.6", + "version": "3.14.7", "icon": "assets/icon.png", "keywords": [ "code-inference",