mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2026-03-13 09:02:05 +08:00
test release
This commit is contained in:
2
.github/workflows/release_test.yml
vendored
2
.github/workflows/release_test.yml
vendored
@@ -74,12 +74,14 @@ jobs:
|
||||
- name: Copy Jre for Windows
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: |
|
||||
mkdir chat2db-client/static
|
||||
cp -r "${{ env.JAVA_HOME }}" chat2db-client/static/jre
|
||||
|
||||
# 复制jre macOS
|
||||
- name: Copy Jre for macOS
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
run: |
|
||||
mkdir chat2db-client/static
|
||||
cp -r $JAVA_HOME chat2db-client/static/jre
|
||||
chmod -R 777 chat2db-client/static/jre/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user