Skip to content

Commit

Permalink
.appveyor.yml: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Dec 21, 2019
1 parent 5154f7f commit d6ba2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -144,7 +144,7 @@ artifacts:

deploy_script:
- ps: |
If ($env:APPVEYOR_REPO_TAG_NAME != "notag") {
If ($env:APPVEYOR_REPO_TAG_NAME -ne "notag") {
appveyor-retry appveyor DownloadFile https://github.com/tectonic-typesetting/tectonic-ci-support/releases/download/production/ttcitool-latest-x86_64-pc-windows-msvc.exe -FileName ttcitool.exe
.\ttcitool.exe upload-gh-artifact tectonic-%VERSION_TEXT%-%target%.exe
}

0 comments on commit d6ba2ed

Please sign in to comment.