File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 sudo chmod +x pharbuilder
2020 ./pharbuilder -i . -o InvMenu.phar
2121 - name : Upload
22- uses : actions/upload-artifact@v3
22+ uses : actions/upload-artifact@v4
2323 with :
2424 name : InvMenu
2525 path : InvMenu.phar
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - name : Download PHP Release
1414 uses : dsaltares/fetch-gh-release-asset@1.1.1
1515 with :
16- file : PHP-Linux-x86_64-PM5.tar.gz
16+ file : PHP-8.3- Linux-x86_64-PM5.tar.gz
1717 repo : NetherGamesMC/php-build-scripts
18- version : " tags/php-8.3-latest"
18+ version : " tags/pm5- php-8.3-latest"
1919 token : ${{ secrets.GITHUB_TOKEN }}
2020 - name : Unpack PHP Release
21- run : tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
21+ run : tar -xzvf PHP-8.3- Linux-x86_64-PM5.tar.gz
2222 - name : Download Composer
2323 run : curl -o composer.phar "https://getcomposer.org/composer-stable.phar"
2424 - name : Add Composer GitHub access token
You can’t perform that action at this time.
0 commit comments