Skip to content

Commit c9035c3

Browse files
committed
test linux
1 parent 37dd0bc commit c9035c3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test_linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
cp -r dist ./versions/99.0.${{ github.run_id }}/
9494
rm -r dist
9595
96+
- name: Test File
97+
run: |
98+
cd chat2db-client/static/jre/legal/java.base
99+
ls -la
100+
96101
# Linux
97102
- name: Build/release Electron app for Linux
98103
if: ${{ runner.os == 'Linux' }}

chat2db-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"files": [
8181
"dist/**/*",
8282
"!node_modules",
83-
83+
"static/",
8484
"src/main",
8585
"versions/**/*",
8686
"package.json"

0 commit comments

Comments
 (0)