File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
1515 include :
1616 - os : macOS-latest
1717 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
1919 - os : ubuntu-latest
2020 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
2222 - os : windows-latest
2323 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
2525 steps :
2626 - uses : actions/checkout@v2
2727 - uses : olafurpg/setup-scala@v10
2828 - uses : actions/setup-go@v2
2929 with :
30- go-version : ' ^1.13.1'
30+ go-version : " ^1.13.1"
3131 - run : go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
3232 - run : git fetch --tags || true
3333 - name : sbt nativeImage
You can’t perform that action at this time.
0 commit comments