viest 5 роки тому
батько
коміт
603f037056
2 змінених файлів з 2 додано та 2 видалено
  1. 1 2
      .appveyor.yml
  2. 1 0
      package.xml

+ 1 - 2
.appveyor.yml

@@ -196,7 +196,7 @@ after_build:
   ps: |
     $ts_part = 'ts'
     if ('0' -eq $env:TS) { $ts_part = 'nts' }
-    $zip_bname = 'php_xlswriter-' + $env:APPVEYOR_REPO_COMMIT.substring(0, 8) + '-' + $env:PHP_VER.substring(0, 3) + '-' + $ts_part + '-' + $env:VC + '-' + $env:ARCH + '.zip'
+    $zip_bname = 'php-windows-xlswriter-' + $env:APPVEYOR_REPO_COMMIT.substring(0, 8) + '-' + $env:PHP_VER.substring(0, 3) + '-' + $ts_part + '-' + $env:VC + '-' + $env:ARCH + '.zip'
     $dir = 'c:\projects\xlswriter\';
     if ('x64' -eq $env:ARCH) { $dir = $dir + 'x64\' }
     $dir = $dir + 'Release'
@@ -234,7 +234,6 @@ test_script:
 deploy:
   provider: GitHub
   auth_token: $(GITHUB_OAUTH_TOKEN)
-  description: 'PHP extension xlswriter windows release'
   draft: false
   prerelease: false
   on:

+ 1 - 0
package.xml

@@ -45,6 +45,7 @@
  </stability>
  <license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
  <notes>
+- Feat directory not exist error change to exception.
 - Windows full function support.
  </notes>
  <contents>