Skip to content

Commit

Permalink
fix create node libs
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Jul 9, 2024
1 parent 93f0540 commit 288ba4e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: ${{ matrix.pv_speaker_platform }}
path: |
lib/${{ matrix.output_dir }}/libpv_speaker.*
lib/node/${{ inputs.output_dir }}/pv_speaker.node
lib/node/${{ matrix.output_dir }}/pv_speaker.node
retention-days: 3

build-self-hosted:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: ${{ matrix.pv_speaker_platform }}
path: |
lib/${{ matrix.output_dir }}/libpv_speaker.*
lib/node/${{ inputs.output_dir }}/pv_speaker.node
lib/node/${{ matrix.output_dir }}/pv_speaker.node
retention-days: 3

build-mac:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
name: ${{ matrix.pv_speaker_platform }}
path: |
lib/${{ matrix.output_dir }}/libpv_speaker.*
lib/node/${{ inputs.output_dir }}/pv_speaker.node
lib/node/${{ matrix.output_dir }}/pv_speaker.node
retention-days: 3

build-windows:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check Markdown links

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
1 change: 1 addition & 0 deletions resources/.lint/spell-check/dict.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aarch
argstype
armv
arraybuffer
bitwidth
Cdecl
cpvspeaker
Expand Down

0 comments on commit 288ba4e

Please sign in to comment.