Skip to content

Commit 246d13d

Browse files
committed
wip
1 parent 6c38493 commit 246d13d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/server.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env:
2-
PHP_VERSON: "8.4.12"
2+
PHP_VERSION: "8.4.12"
33

44
name: "Server"
55
on:
@@ -15,7 +15,7 @@ jobs:
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
@@ -35,6 +35,7 @@ jobs:
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
@@ -51,6 +52,6 @@ jobs:
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

0 commit comments

Comments
 (0)