Skip to content

Commit 0d356fe

Browse files
authored
fixed wrong deploy file entry
1 parent b699ecd commit 0d356fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
provider: releases
1313
api_key: ${DEPLOY_TOKEN}
1414
file:
15-
- "com.github.camel-tooling.eclipse.updatesite/target/com.github.camel-tooling.eclipse.updatesite-1.0.0-SNAPSHOT.zip"
15+
- "com.github.camel-tooling.lsp.eclipse.updatesite/target/com.github.camel-tooling.eclipse.updatesite-1.0.0-SNAPSHOT.zip"
1616
skip_cleanup: true
1717
overwrite: true
1818
on:

0 commit comments

Comments
 (0)