We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bf923 commit 081bc1bCopy full SHA for 081bc1b
1 file changed
.github/workflows/test_linux.yml
@@ -23,7 +23,7 @@ jobs:
23
if: ${{ runner.os == 'Linux' }}
24
uses: actions/setup-java@main
25
with:
26
- java-version: "17"
+ java-version: "temurin"
27
distribution: "corretto"
28
java-package: "jre"
29
@@ -93,16 +93,12 @@ 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
- # rm ADDITIONAL_LICENSE_INFO
101
102
- # cd ../jdk.zipfs
103
104
105
+ - name: Test File
+ run: |
+ cd chat2db-client/static/jre/
+ ls -la
+ rm -rf legal
106
107
# Linux
108
- name: Build/release Electron app for Linux
0 commit comments