We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5da7a3 commit 189003bCopy full SHA for 189003b
.appveyor.yml
@@ -11,6 +11,11 @@ image: Visual Studio 2019
11
12
install:
13
ps: |
14
+ if (-not $env:GH_PAT) {
15
+ Write-Warning "GH_PAT environment variable is not set. Deployment will likely fail."
16
+ } else {
17
+ Write-Host "GH_PAT is set."
18
+ }
19
echo "Build cache directory c:\build-cache"
20
if (-not (Test-Path c:\build-cache)) {
21
mkdir c:\build-cache
@@ -39,7 +44,7 @@ deploy:
39
44
draft: false
40
45
prerelease: false
41
46
force_update: true
42
- release: "php_winbinder-8.3.15"
43
- tag: "php_winbinder-8.3.15"
47
+ release: WinBinder-8.3.15
48
+ tag: v8.3.15
49
on:
50
branch: main
0 commit comments