File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
include :
16
16
- os : macOS-latest
17
17
uploaded_filename : lsif-java-x86_64-apple-darwin
18
- local_path : lsif-java /target/native-image/lsif-java
18
+ local_path : cli /target/native-image/lsif-java
19
19
- os : ubuntu-latest
20
20
uploaded_filename : lsif-java-x86_64-pc-linux
21
- local_path : lsif-java /target/native-image/lsif-java
21
+ local_path : cli /target/native-image/lsif-java
22
22
- os : windows-latest
23
23
uploaded_filename : lsif-java-x86_64-pc-win32.exe
24
- local_path : lsif-java \target\native-image\lsif-java.exe
24
+ local_path : cli \target\native-image\lsif-java.exe
25
25
steps :
26
26
- uses : actions/checkout@v2
27
27
- uses : olafurpg/setup-scala@v10
28
28
- uses : actions/setup-go@v2
29
29
with :
30
- go-version : ' ^1.13.1'
30
+ go-version : " ^1.13.1"
31
31
- run : go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
32
32
- run : git fetch --tags || true
33
33
- name : sbt nativeImage
You can’t perform that action at this time.
0 commit comments