Skip to content

Commit

Permalink
fix: adds compiled binary and skips build step
Browse files Browse the repository at this point in the history
  • Loading branch information
clearlysid committed Oct 2, 2022
1 parent 33c6057 commit 2075d08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# This workflow will publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package
Expand All @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm run build

publish-npm:
needs: build
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Logs
permissions
video-devices
logs
*.log
npm-debug.log*
Expand Down
Binary file added binaries/permissions
Binary file not shown.

0 comments on commit 2075d08

Please sign in to comment.