We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf69f5a commit a21884fCopy full SHA for a21884f
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Check and set sys_config
21
run: |
22
- grep ${{ steps.get_version.outputs.VERSION }} core/sys_config.php
+ grep ${{ steps.get_version.outputs.VERSION }} core/Config/SysConfig.php
23
echo "define('BUILD_TIME', '$(date +'%Y-%m-%dT%H:%M:%S')');" >> core/Config/SysConfig.php
24
echo "define('BUILD_HASH', '$GITHUB_SHA');" >> core/Config/SysConfig.php
25
0 commit comments