diff options
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 39352f0e..a5b44461 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,12 +29,10 @@ after_build: $url = "$releases/download/$latestVersion/$name" - Start-FileDownload $url -FileName 'C:\Ultimate-ASI-Loader.zip' 7z e c:\Ultimate-ASI-Loader.zip -oc:\Projects\re3\bin\${env:CONFIGURATION} - cd "bin\${env:CONFIGURATION}" copy re3.dll re3.asi @@ -44,4 +42,4 @@ after_build: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } artifacts: - path: bin/%CONFIGURATION%/re3.dll - name: re3.dll
\ No newline at end of file + name: re3.dll |