Skip to content

Commit ce89df1

Browse files
committed
Fix native-image upload configuration
1 parent 176a446 commit ce89df1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/native.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)