Skip to content

Commit

Permalink
[NOBIN] AppVeyor: changes in copying the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jan 23, 2022
1 parent af2c1b7 commit c1d15fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ build_script:

after_build:
- mkdir %artifactName%
- cp %APPVEYOR_BUILD_FOLDER%/%APPVEYOR_REPO_COMMIT%/*.dll %artifactName%
- cp %APPVEYOR_BUILD_FOLDER%/%APPVEYOR_REPO_COMMIT%/*.exe %artifactName%
- cp %APPVEYOR_BUILD_FOLDER%/%APPVEYOR_REPO_COMMIT%/*.* %artifactName%
- if [%CONFIGURATION%]==[Debug] (
cp -r %CONFIGURATION%/* %artifactName% )
- if [%CONFIGURATION%]==[Debug] (
Expand Down

0 comments on commit c1d15fd

Please sign in to comment.