Skip to content

Commit

Permalink
Update file name in build workflow
Browse files Browse the repository at this point in the history
The file referenced in the build workflow under the run demo section has been amended. It previously named 'rayphp.php' incorrectly, this has been corrected to 'rayaop.php'. This change aligns the filename with the module name ensuring correct file is being invoked.
  • Loading branch information
koriym committed Jun 27, 2024
1 parent 3d6a6eb commit 4d4f9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Run demo
run: |
php -d extension=./modules/rayaop.so -i | grep rayaop
php -d extension=./modules/rayaop.so rayphp.php
php -d extension=./modules/rayaop.so rayaop.php

0 comments on commit 4d4f9b0

Please sign in to comment.