Skip to content

Commit

Permalink
fix cloudflare page build
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Apr 5, 2024
1 parent 6596479 commit 9d62723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Compile phar file
run: |
composer install --no-dev
make build-phar
- name: upload binaries to release
Expand Down
2 changes: 1 addition & 1 deletion skeleton/cloudflare-page.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

curl -sL https://dl.static-php.dev/static-php-cli/common/php-8.3.4-cli-linux-x86_64.tar.gz | tar xz
curl -o lina https://raw.githubusercontent.com/bangnokia/lina/releases/latest/download/lina.phar
curl -o lina https://github.com/bangnokia/lina/releases/latest/download/lina.phar


./php lina build

0 comments on commit 9d62723

Please sign in to comment.