diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index df54fcb8..23bf8e4a 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -52,11 +52,10 @@ jobs: uses: microsoft/setup-msbuild@v1.3.1 - run: yarn install --ignore-scripts - run: yarn prebuild - - run: tar -zcvf ${{ matrix.name }}.tar.gz -C prebuilds . - uses: actions/upload-artifact@v3 with: name: ${{ matrix.name }} - path: ${{ matrix.name }}.tar.gz + path: prebuilds/*.tar.gz retention-days: 1 release: needs: prebuild diff --git a/.npmignore b/.npmignore index 92e70cc9..4e1ba396 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,5 @@ node_modules index.html build +prebuilds src diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd555bc..e1ce76f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [3.0.0] - 2023-06-01 +## [3.0.1] - 2023-06-01 ### Changed - Backend changed from noble to use SimpleBLE v0.6.1 - [`46`](https://github.com/thegecko/webbluetooth/pull/46) ([Alex Shaw](https://github.com/Symbitic))