Skip to content

Commit e7509cb

Browse files
committed
chore: Optimize action
1 parent 9ea4ffb commit e7509cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Copy JRE to static directory
6464
run: |
6565
mkdir -p chat2db-client/static
66-
cp -r "$JAVA_HOME"/jre chat2db-client/static/jre
66+
cp -r "$JAVA_HOME"/ chat2db-client/static/jre
6767
if [ "${{ runner.os }}" != "Windows" ]; then
6868
chmod -R 777 chat2db-client/static/jre
6969
fi

0 commit comments

Comments
 (0)