Skip to content

Commit

Permalink
Revert "Filter IDE deploy info by path"
Browse files Browse the repository at this point in the history
This reverts commit 176c43e.
  • Loading branch information
liucijus authored and WixBuildServer committed Jan 3, 2024
1 parent 180bcee commit e16ecbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void reportBuildComplete(BlazeBuildOutputs blazeBuildOutputs) throws GetArtifact
deployInfoArtifacts.clear();
deployInfoArtifacts.addAll(
buildArtifacts.stream()
.filter(a -> a.getRelativePath().endsWith(".intellij-plugin-debug-target-deploy-info"))
.filter(a -> a.toString().endsWith(".intellij-plugin-debug-target-deploy-info"))
.collect(toImmutableList()));
}

Expand Down

0 comments on commit e16ecbf

Please sign in to comment.