Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Mar 17, 2024
1 parent b226fa0 commit 70e3de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build_script:
- cmd: ant -Dos.prefix=win32-%TARGET_ARCH% dist

on_failure:
- cmd: 7z a build.zip %APPVEYOR_BUILD_FOLDER%\build
- cmd: 7z a build-platform.zip %APPVEYOR_BUILD_FOLDER%\contrib\platform\build
- cmd: 7z a build.zip %APPVEYOR_BUILD_FOLDER%\build || true
- cmd: 7z a build-platform.zip %APPVEYOR_BUILD_FOLDER%\contrib\platform\build || true
- cmd: appveyor PushArtifact build.zip
- cmd: appveyor PushArtifact build-platform.zip

0 comments on commit 70e3de6

Please sign in to comment.