Skip to content

Commit 7c04a07

Browse files
committed
chore(deploy): 添加日志文件权限设置
Signed-off-by: LiggMax <wenzhouli06@gmail.com>
1 parent 7a2891d commit 7c04a07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
script: |
5656
cd ${{ secrets.SERVER_PROJECT_PATH }}
5757
chmod 755 restart.sh
58+
chmod 755 app.log
5859
# 获取最新 jar 文件名
5960
LATEST_JAR=$(ls -t *.jar | head -n 1)
6061
echo "最新 jar 包:$LATEST_JAR"

0 commit comments

Comments
 (0)