We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dd0bc commit c9035c3Copy full SHA for c9035c3
2 files changed
.github/workflows/test_linux.yml
@@ -93,6 +93,11 @@ jobs:
93
cp -r dist ./versions/99.0.${{ github.run_id }}/
94
rm -r dist
95
96
+ - name: Test File
97
+ run: |
98
+ cd chat2db-client/static/jre/legal/java.base
99
+ ls -la
100
+
101
# Linux
102
- name: Build/release Electron app for Linux
103
if: ${{ runner.os == 'Linux' }}
chat2db-client/package.json
@@ -80,7 +80,7 @@
80
"files": [
81
"dist/**/*",
82
"!node_modules",
83
-
+ "static/",
84
"src/main",
85
"versions/**/*",
86
"package.json"
0 commit comments