We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b550c commit 0ef7b6fCopy full SHA for 0ef7b6f
1 file changed
.github/workflows/c-cpp.yml
@@ -20,7 +20,10 @@ jobs:
20
uses: actions/upload-artifact@v4
21
with:
22
name: tinyhook-osx-universal
23
- path: libtinyhook.a libtinyhook.dylib include/tinyhook.h
+ path: |
24
+ libtinyhook.a
25
+ libtinyhook.dylib
26
+ include/tinyhook.h
27
compression-level: 9
28
29
- name: build ios libraries
@@ -30,7 +33,10 @@ jobs:
30
33
31
34
32
35
name: tinyhook-ios
36
37
38
39
40
41
42
test:
0 commit comments