diff options
author | Boris Kostenko <limexp@mail.ru> | 2017-10-24 04:08:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 04:08:07 +0800 |
commit | c06fc97f3cb4283e438ba4520db4f0ba08ed46c8 (patch) | |
tree | e62495b8ed4e4c45271e19a7878fb60d86f13671 /appveyor.yml | |
parent | baaa032a75c5b9b2942fb1ea46e25a425444f580 (diff) | |
download | dexon-solidity-c06fc97f3cb4283e438ba4520db4f0ba08ed46c8.tar dexon-solidity-c06fc97f3cb4283e438ba4520db4f0ba08ed46c8.tar.gz dexon-solidity-c06fc97f3cb4283e438ba4520db4f0ba08ed46c8.tar.bz2 dexon-solidity-c06fc97f3cb4283e438ba4520db4f0ba08ed46c8.tar.lz dexon-solidity-c06fc97f3cb4283e438ba4520db4f0ba08ed46c8.tar.xz dexon-solidity-c06fc97f3cb4283e438ba4520db4f0ba08ed46c8.tar.zst dexon-solidity-c06fc97f3cb4283e438ba4520db4f0ba08ed46c8.zip |
Fix folder changes
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index f9578c43..ef5f6907 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -77,6 +77,7 @@ test_script: - ps: if ($env:priv_key) { scripts\bytecodecompare\storebytecode.bat $Env:CONFIGURATION $bytecodedir } + - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION% artifacts: - path: solidity-windows.zip |