From 9377e67f7778aaaf1962d17e90762e996d87f494 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Tue, 12 Feb 2019 16:36:55 -0500 Subject: [PATCH] Updating file path in benchmark archive --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5b29350..c958610 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,9 +70,10 @@ test_script: - tools\run-nrtest.cmd %APPVEYOR_REPO_COMMIT% after_test: + - cd %TEST_HOME%\benchmark # zip up the SUT benchmarks - - 7z a benchmarks.zip %TEST_HOME%\benchmark\epanet-%APPVEYOR_REPO_COMMIT%\ + - 7z a epanet-benchmark.zip \epanet-%APPVEYOR_REPO_COMMIT%\ artifacts: - - path: benchmarks.zip - name: benchmarks + - path: epanet-benchmark.zip + name: epanet-benchmark.zip