diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-04-15 00:56:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 00:56:02 +0200 |
commit | db11155a49c18419e32978387c4fa124a96b7afc (patch) | |
tree | 71c72d3dbcf1a3184841451e8d90855533f7295a /.appveyor.yml | |
parent | fixed crash (diff) | |
download | re3-db11155a49c18419e32978387c4fa124a96b7afc.tar re3-db11155a49c18419e32978387c4fa124a96b7afc.tar.gz re3-db11155a49c18419e32978387c4fa124a96b7afc.tar.bz2 re3-db11155a49c18419e32978387c4fa124a96b7afc.tar.lz re3-db11155a49c18419e32978387c4fa124a96b7afc.tar.xz re3-db11155a49c18419e32978387c4fa124a96b7afc.tar.zst re3-db11155a49c18419e32978387c4fa124a96b7afc.zip |
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index a5b44461..41ada399 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -43,3 +43,5 @@ after_build: artifacts: - path: bin/%CONFIGURATION%/re3.dll name: re3.dll +- path: bin/%CONFIGURATION%/re3.pdb + name: re3.pdb |