File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
47
47
run : find build/
48
48
- name : prepare artifact
49
49
run : |
50
- mkdir -vp artifacts/ bin
51
- cp -v build/shared/src/libadf* artifacts/ bin/
52
- cp -v build/shared/examples/*.exe artifacts/ bin/
53
- mkdir -v artifacts/ include
54
- cp -vR src/*.h artifacts/ include
50
+ mkdir -vp bin
51
+ cp -v build/shared/src/libadf* bin/
52
+ cp -v build/shared/examples/*.exe bin/
53
+ mkdir -v include
54
+ cp -vR src/*.h include
55
55
cp -vR BUGS.md \
56
56
NOTES.md \
57
57
README.md \
69
69
# name: adflib-${{ env.ADFLIB_TAG }}-mingw
70
70
name : adflib-mingw-${{ matrix.build_type }}
71
71
path : |
72
- adflib-mingw-${{ matrix.build_type }}.tgz
72
+ AUTHORS
73
+ BUGS.md
74
+ ChangeLog
75
+ COPYING*
76
+ NOTES.md
77
+ README.md
78
+ TODO
79
+ bin
80
+ doc
81
+ include
73
82
74
83
test :
75
84
needs : build
@@ -85,12 +94,12 @@ jobs:
85
94
# name: adflib-${{ env.ADFLIB_TAG }}-mingw
86
95
name : adflib-mingw-${{ matrix.build_type }}
87
96
path : .
88
- - name : extract file from the artifact
89
- run : tar xzvf adflib-mingw-${{ matrix.build_type }}.tgz
90
97
- name : list files extracted from the artifact
91
98
shell : bash
92
- run : find bin/
93
- - name : show properties of binaries (installed)
99
+ run : |
100
+ find bin/
101
+ find include/
102
+ - name : show properties of binaries
94
103
shell : bash
95
104
run : ldd bin/unadf
96
105
- name : configure tests
You can’t perform that action at this time.
0 commit comments