We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c59a5 commit 445a3f0Copy full SHA for 445a3f0
.github/workflows/phpmaster.yml
@@ -101,6 +101,8 @@ jobs:
101
if((Get-ChildItem .\builds\*.zip).Count -lt 5) {
102
exit 1
103
}
104
+ (Get-Content .\builds\${{ matrix.config }}.json | ConvertFrom-Json).revision_last > COMMIT
105
+ Get-ChildItem .\builds\* -Include ("php-$php_version*.zip", "php-master*.zip") | Foreach-Object { Compress-Archive -update COMMIT $_ }
106
- name: Upload Artifact
107
uses: actions/upload-artifact@v2
108
with:
@@ -121,7 +123,7 @@ jobs:
121
123
for file in ./builds/*/*; do
122
124
mv $file ./uploads/
125
done
- rm -rf uploads/*-src-*.zip || true
126
+ rm -rf uploads/*-src-*.zip || true
127
- name: Update release
128
run: |
129
set -x
0 commit comments