File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 2121 php-version-base : " 8.1"
2222 - pm-version-major : 5
2323 php-version-base : " 8.2"
24- special-release : default-latest # default = best for PM5, latest = display as latest on GitHub
24+ special-release : default-latest # default = best for PM5, latest = display as latest on GitHub
2525 - pm-version-major : 5
2626 php-version-base : " 8.3"
2727 - pm-version-major : 5
6767 name : PHP (Build ${{ github.run_number }}) - Archive
6868 tag : php-build-${{ github.run_number }}
6969 commit : ${{ github.sha }}
70- allowUpdates : true
71- bodyFile : ${{ github.workspace }}/changelog.md
72- removeArtifacts : true
73- prerelease : ${{ endsWith(github.ref_name, '-preview') }}
74-
75- - name : Publish unique release
76- uses : ncipollo/release-action@v1.14.0
77- with :
78- artifacts : |
79- ${{ github.workspace }}/Linux-PM*/*.tar.gz
80- ${{ github.workspace }}/MacOS-*-PM*/*.tar.gz
81- ${{ github.workspace }}/Windows-PM*/*.zip
82- makeLatest : false
83- name : PHP ${{ steps.version.outputs.PHP_VERSION }} (Build ${{ github.run_number }})
84- tag : php-${{ steps.version.outputs.PHP_VERSION }}-build-${{ github.run_number }}
85- commit : ${{ github.sha }}
70+ allowUpdates : false
8671 bodyFile : ${{ github.workspace }}/changelog.md
You can’t perform that action at this time.
0 commit comments