Skip to content

Commit a21884f

Browse files
committed
gah
1 parent cf69f5a commit a21884f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Check and set sys_config
2121
run: |
22-
grep ${{ steps.get_version.outputs.VERSION }} core/sys_config.php
22+
grep ${{ steps.get_version.outputs.VERSION }} core/Config/SysConfig.php
2323
echo "define('BUILD_TIME', '$(date +'%Y-%m-%dT%H:%M:%S')');" >> core/Config/SysConfig.php
2424
echo "define('BUILD_HASH', '$GITHUB_SHA');" >> core/Config/SysConfig.php
2525

0 commit comments

Comments
 (0)