diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5f0135..83ab496 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,9 +23,6 @@ jobs: - name: Build run: yarn run package - - name: List - run: ls -a release - - name: Release uses: softprops/action-gh-release@v1 with: diff --git a/package.json b/package.json index a20ef18..6eec20e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,11 @@ "node18-linux-x64", "node18-macos-x64", "node18-win-x64", - "node18-alpine-x64" + "node18-alpine-x64", + "node18-linux-arm64", + "node18-macos-arm64", + "node18-win-arm64", + "node18-alpine-arm64" ], "outputPath": "release", "scripts": [