Skip to content

Commit c3e4d08

Browse files
authored
Update builder.yml
1 parent c0caeb9 commit c3e4d08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/builder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: Swiftly.JS.Headers
55-
path: ${{ github.workspace }}/quickjs/quickjs.h
55+
path: |
56+
${{ github.workspace }}/quickjs/quickjs.h
57+
${{ github.workspace }}/quickjs/quickjs-libc.h
5658
5759
- name: Upload Artifacts Windows
5860
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)