diff options
author | shfil <filip.gawin@zoho.com> | 2020-10-18 16:54:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-18 16:54:47 +0200 |
commit | 4c305fd48bda02eabf56ca948bdab02ed9867362 (patch) | |
tree | 2696dc777f0d741c15d63cfd35a36f9b2237927a | |
parent | lil fix (diff) | |
download | re3-4c305fd48bda02eabf56ca948bdab02ed9867362.tar re3-4c305fd48bda02eabf56ca948bdab02ed9867362.tar.gz re3-4c305fd48bda02eabf56ca948bdab02ed9867362.tar.bz2 re3-4c305fd48bda02eabf56ca948bdab02ed9867362.tar.lz re3-4c305fd48bda02eabf56ca948bdab02ed9867362.tar.xz re3-4c305fd48bda02eabf56ca948bdab02ed9867362.tar.zst re3-4c305fd48bda02eabf56ca948bdab02ed9867362.zip |
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 1cf0c676..8d1d4e9d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -47,7 +47,7 @@ deploy: publish: true on: branch: master - APPVEYOR_REPO_TAG: false + APPVEYOR_REPO_TAG: true cache: - "%GLEW_FILE%" |