Skip to content

Commit 721b672

Browse files
committed
Try to release depoly the windows artifact files
1 parent efb982f commit 721b672

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ build_script:
5959
- if "%TARGET_VSENV%" equ "VS15_ANYCPU" msbuild build/libgltf.sln /p:Platform="Any CPU"
6060

6161
after_build:
62-
- 7z a libgltf.%APPVEYOR_REPO_TAG_NAME%.%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\output\
62+
- if "%APPVEYOR_REPO_TAG%" equ "true" 7z a libgltf.%APPVEYOR_REPO_TAG_NAME%.%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\output\
63+
- if "%APPVEYOR_REPO_TAG%" neq "true" 7z a libgltf.%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\output\
6364

6465
artifacts:
6566
- name: libgltf.$(platform)

0 commit comments

Comments
 (0)