We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ea669 commit e450afbCopy full SHA for e450afb
1 file changed
.github/workflows/release_test.yml
@@ -74,12 +74,14 @@ jobs:
74
- name: Copy Jre for Windows
75
if: ${{ runner.os == 'Windows' }}
76
run: |
77
+ mkdir chat2db-client/static
78
cp -r "${{ env.JAVA_HOME }}" chat2db-client/static/jre
79
80
# 复制jre macOS
81
- name: Copy Jre for macOS
82
if: ${{ runner.os == 'macOS' }}
83
84
85
cp -r $JAVA_HOME chat2db-client/static/jre
86
chmod -R 777 chat2db-client/static/jre/
87
0 commit comments