File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 84
84
uses : actions/upload-artifact@v2
85
85
with :
86
86
name : tests-result
87
- path : ${{ github.workspace }}/build/reports/tests
87
+ path : ${{ github.workspace }}/${{ env.WORKING_DIRECTORY }}/ build/reports/tests
88
88
89
89
# Cache Plugin Verifier IDEs
90
90
- name : Setup Plugin Verifier IDEs Cache
@@ -104,7 +104,7 @@ jobs:
104
104
uses : actions/upload-artifact@v2
105
105
with :
106
106
name : pluginVerifier-result
107
- path : ${{ github.workspace }}/build/reports/pluginVerifier
107
+ path : ${{ github.workspace }}/${{ env.WORKING_DIRECTORY }}/ build/reports/pluginVerifier
108
108
109
109
# Prepare plugin archive content for creating artifact
110
110
- name : Prepare Plugin Artifact
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
with :
124
124
name : ${{ steps.artifact.outputs.filename }}
125
- path : . /build/distributions/content/*/*
125
+ path : ${{ github.workspace }}/${{ env.WORKING_DIRECTORY }} /build/distributions/content/*/*
126
126
127
127
# Prepare a draft release for GitHub Releases page for the manual verification
128
128
# If accepted and published, release workflow would be triggered
Original file line number Diff line number Diff line change 65
65
env :
66
66
PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
67
67
working-directory : ${{ env.WORKING_DIRECTORY }}
68
- run : ./gradlew publishPlugin
68
+ run : ./gradlew clean publishPlugin
69
69
70
70
# Upload artifact as a release asset
71
71
- name : Upload Release Asset
Original file line number Diff line number Diff line change 3
3
# Code4Me Changelog
4
4
5
5
## [ Unreleased]
6
+ ### Added
7
+ - Changelog
8
+
9
+ ### Fixed
10
+ - Updated vendor
Original file line number Diff line number Diff line change 4
4
pluginGroup = me.code4me.plugin
5
5
pluginName = Code4Me
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.0.4 -beta
7
+ pluginVersion = 1.0.5 -beta
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
Original file line number Diff line number Diff line change 2
2
<idea-plugin >
3
3
<id >me.code4me.plugin</id >
4
4
<name >Code4Me</name >
5
- <vendor >TU Delft Research Project</vendor >
5
+ <vendor url =" https://code4me.me"
6
+ email =
" [email protected] " >Code4Me</
vendor >
6
7
7
8
<depends >com.intellij.modules.platform</depends >
8
9
You can’t perform that action at this time.
0 commit comments