Skip to content

Commit 918dfe7

Browse files
committed
interface-jetbrains
Former-commit-id: 0d2c64e
1 parent e776ecd commit 918dfe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
CHANGELOG="${CHANGELOG//'%'/'%25'}"
122122
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
123123
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
124-
ARTIFACT="${NAME}-${VERSION}.zip"
124+
ARTIFACT="interface-jetbrains-${VERSION}.zip"
125125
126126
echo "::set-output name=version::$VERSION"
127127
echo "::set-output name=name::$NAME"

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group = pluginGroup
2929
version = pluginVersion
3030

3131
intellij {
32-
pluginName.set("SourceMarker")
32+
pluginName.set("interface-jetbrains")
3333
version.set(ideVersion)
3434
type.set(platformType)
3535
downloadSources.set(platformDownloadSources.toBoolean())

0 commit comments

Comments
 (0)