Skip to content

Commit 02d2800

Browse files
committed
bin\
1 parent 870f541 commit 02d2800

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ build_script:
3535
make %MAKE_PARAMS%
3636
)
3737
- 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
4040
)
4141
- 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
4444
)
4545
- if [%COMPILER%]==[gcc] make clean
4646
- if [%COMPILER%]==[visual] (
@@ -111,14 +111,14 @@ test_script:
111111
)
112112

113113
artifacts:
114-
- path: zstd.exe
115-
- path: zstd32.exe
114+
- path: bin\zstd.exe
115+
- path: bin\zstd32.exe
116116

117117
deploy:
118118
- provider: GitHub
119119
auth_token:
120120
secure: LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
121-
artifact: zstd.exe
121+
artifact: bin\zstd.exe
122122
force_update: true
123123
on:
124124
branch: artifacts
@@ -128,7 +128,7 @@ deploy:
128128
- provider: GitHub
129129
auth_token:
130130
secure: LgJo8emYc3sFnlNWkGl4/VYK3nk/8+RagcsqDlAi3xeqNGNutnKjcftjg84uJoT4
131-
artifact: zstd32.exe
131+
artifact: bin\zstd32.exe
132132
force_update: true
133133
on:
134134
branch: artifacts

0 commit comments

Comments
 (0)