Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 6534b96

Browse files
committed
Updated prebuild matrix
1 parent 0f9a4b1 commit 6534b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: Install
4545
run: npm install --unsafe-perm
4646
- name: Publish prebuild
47-
run: npm run prebuild -- -t ${{matrix.target} -r ${{matrix.runtime}} --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u ${{ secrets.GITHUB_TOKEN }}
47+
run: npm run prebuild -- -t ${{matrix.target}} -r ${{matrix.runtime}} --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)