Skip to content

Commit 603f037

Browse files
committed
windows CI deploy
1 parent d9b3579 commit 603f037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ after_build:
196196
ps: |
197197
$ts_part = 'ts'
198198
if ('0' -eq $env:TS) { $ts_part = 'nts' }
199-
$zip_bname = 'php_xlswriter-' + $env:APPVEYOR_REPO_COMMIT.substring(0, 8) + '-' + $env:PHP_VER.substring(0, 3) + '-' + $ts_part + '-' + $env:VC + '-' + $env:ARCH + '.zip'
199+
$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'
200200
$dir = 'c:\projects\xlswriter\';
201201
if ('x64' -eq $env:ARCH) { $dir = $dir + 'x64\' }
202202
$dir = $dir + 'Release'
@@ -234,7 +234,6 @@ test_script:
234234
deploy:
235235
provider: GitHub
236236
auth_token: $(GITHUB_OAUTH_TOKEN)
237-
description: 'PHP extension xlswriter windows release'
238237
draft: false
239238
prerelease: false
240239
on:

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
</stability>
4646
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
4747
<notes>
48+
- Feat directory not exist error change to exception.
4849
- Windows full function support.
4950
</notes>
5051
<contents>

0 commit comments

Comments
 (0)