Skip to content

Commit 0ef7b6f

Browse files
committed
updated workflow file for artifacts
1 parent d5b550c commit 0ef7b6f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
uses: actions/upload-artifact@v4
2121
with:
2222
name: tinyhook-osx-universal
23-
path: libtinyhook.a libtinyhook.dylib include/tinyhook.h
23+
path: |
24+
libtinyhook.a
25+
libtinyhook.dylib
26+
include/tinyhook.h
2427
compression-level: 9
2528

2629
- name: build ios libraries
@@ -30,7 +33,10 @@ jobs:
3033
uses: actions/upload-artifact@v4
3134
with:
3235
name: tinyhook-ios
33-
path: libtinyhook.a libtinyhook.dylib include/tinyhook.h
36+
path: |
37+
libtinyhook.a
38+
libtinyhook.dylib
39+
include/tinyhook.h
3440
compression-level: 9
3541

3642
test:

0 commit comments

Comments
 (0)