File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ build_script:
35
35
make %MAKE_PARAMS%
36
36
)
37
37
- if [%COMPILER%]==[gcc] if [%CONFIGURATION%]==[mingw64] (
38
- COPY programs\zstd.exe zstd.exe &&
39
- appveyor PushArtifact zstd.exe
38
+ COPY programs\zstd.exe bin\ zstd.exe &&
39
+ appveyor PushArtifact bin\ zstd.exe
40
40
)
41
41
- if [%COMPILER%]==[gcc] if [%CONFIGURATION%]==[mingw32] (
42
- COPY programs\zstd.exe zstd32.exe &&
43
- appveyor PushArtifact zstd32.exe
42
+ COPY programs\zstd.exe bin\ zstd32.exe &&
43
+ appveyor PushArtifact bin\ zstd32.exe
44
44
)
45
45
- if [%COMPILER%]==[gcc] make clean
46
46
- if [%COMPILER%]==[visual] (
@@ -111,14 +111,14 @@ test_script:
111
111
)
112
112
113
113
artifacts :
114
- - path : zstd.exe
115
- - path : zstd32.exe
114
+ - path : bin\ zstd.exe
115
+ - path : bin\ zstd32.exe
116
116
117
117
deploy :
118
118
- provider : GitHub
119
119
auth_token :
120
120
secure : LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
121
- artifact : zstd.exe
121
+ artifact : bin\ zstd.exe
122
122
force_update : true
123
123
on :
124
124
branch : artifacts
@@ -128,7 +128,7 @@ deploy:
128
128
- provider : GitHub
129
129
auth_token :
130
130
secure : LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
131
- artifact : zstd32.exe
131
+ artifact : bin\ zstd32.exe
132
132
force_update : true
133
133
on :
134
134
branch : artifacts
You can’t perform that action at this time.
0 commit comments