Skip to content

Commit 2075d08

Browse files
committed
fix: adds compiled binary and skips build step
1 parent 33c6057 commit 2075d08

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
1+
# This workflow will publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

44
name: Node.js Package
@@ -15,7 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
18-
- run: npm run build
1918

2019
publish-npm:
2120
needs: build

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Logs
2-
permissions
3-
video-devices
42
logs
53
*.log
64
npm-debug.log*

binaries/permissions

43.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)