Browse Source

fixed paths

Miodrag Milic 7 years ago
parent
commit
f79a82374f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      appveyor.yml

+ 3 - 3
appveyor.yml

@@ -62,14 +62,14 @@ install:
 
 build_script:
 - ps: |
-    ./update_all.ps1
+    ./au/update_all.ps1
 
 #on_finish:
 #- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
 artifacts:
-- path: update_info.xml
-- path: Update-AUPackages.md
+- path: au/update_info.xml
+- path: au/Update-AUPackages.md
 
 notifications:
 - provider: Email