File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11env :
2- PHP_VERSON : " 8.4.12"
2+ PHP_VERSION : " 8.4.12"
33
44name : " Server"
55on :
1515 persist-credentials : false
1616
1717 - name : " Install Linux dependencies"
18- timeout-minutes : 3
18+ timeout-minutes : 4
1919 run : |
2020 sudo apt-get update && sudo apt-get install -y \
2121 composer tar curl
3535 - name : " Pack for linux"
3636 timeout-minutes : 6
3737 run : |
38+ echo PHP_VERSION
3839 curl -Lo linux.tar.gz "https://dl.static-php.dev/static-php-cli/common/php-${PHP_VERSION}-micro-linux-x86_64.tar.gz"
3940 tar xf linux.tar.gz
4041 cat micro.sfx index.phar > server-linux-x86_64
5152 -H "Authorization: Bearer ${GITHUB_TOKEN}" \
5253 -H "X-GitHub-Api-Version: 2022-11-28" \
5354 -H "Content-Type: application/octet-stream" \
54- "https://uploads.github.com/repos/coopryan/csf/releases/${RELEASE_ID} /assets?name=server-linux-x86_64" \
55+ "https://uploads.github.com/repos/coopryan/csf/releases/afsd /assets?name=server-linux-x86_64" \
5556 --data-binary "@server-linux-x86_64"
5657
You can’t perform that action at this time.
0 commit comments