Skip to content

Commit

Permalink
Update prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Jun 1, 2023
1 parent c50ac52 commit de22ff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
node_modules
index.html
build
prebuilds
src
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit de22ff7

Please sign in to comment.