File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
BINTRAY_REPO : php
112
112
GITHUB_REPOSITORY : ${{ github.repository }}
113
113
run : |
114
- VERSION=$(curl -sSL https://raw.githubusercontent.com/php/php-src/ master/main/php_version.h | grep -Po -m 1 "\d.\d")
114
+ VERSION=' master'
115
115
curl \
116
116
--user "$BINTRAY_USER":"$BINTRAY_KEY" \
117
117
--header "Content-Type: application/json" \
Original file line number Diff line number Diff line change 12
12
- [ php-master-ts-windows-vs16-x64.zip] ( https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x64.zip )
13
13
- [ php-master-nts-windows-vs16-x86.zip] ( https://dl.bintray.com/shivammathur/php/php-master-nts-windows-vs16-x86.zip )
14
14
- [ php-master-ts-windows-vs16-x86.zip] ( https://dl.bintray.com/shivammathur/php/php-master-ts-windows-vs16-x86.zip )
15
- - [ debug, devel and test packs] ( https://bintray.com/shivammathur/php/8.0 -windows#files )
15
+ - [ debug, devel and test packs] ( https://bintray.com/shivammathur/php/master -windows#files )
16
16
17
17
## License
18
18
You can’t perform that action at this time.
0 commit comments