Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 26f02d5

Browse files
authored
chore: Fix ZIP file name in release workflow (#312)
* chore: Fix ZIP file name in release workflow * Switch to Grade IntelliJ plugin 0.7.3 (no bintray anymore) Fixes #311 Signed-off-by: Jeff MAURY <[email protected]>
1 parent cb72c03 commit 26f02d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
4545
upload_url: ${{ steps.create_release.outputs.upload_url }}
46-
asset_path: '${{ github.workspace }}/build/distributions/intellij-openshift-connector-${{ steps.get_version.outputs.VERSION }}.zip'
46+
asset_path: '${{ github.workspace }}/build/distributions/org.jboss.tools.intellij.openshift-${{ steps.get_version.outputs.VERSION }}.zip'
4747
asset_name: 'OpenShift Connector-${{ steps.get_version.outputs.VERSION }}.zip'
4848
asset_content_type: application/zip

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
plugins {
3-
id "org.jetbrains.intellij" version "0.7.2"
3+
id "org.jetbrains.intellij" version "0.7.3"
44
id "com.adarshr.test-logger" version "1.7.0"
55
id "idea"
66
id "java"

0 commit comments

Comments
 (0)