Fixed artifact file name in build flow (#224)

* Fixed artifact file name in build flow

* CHANGELOG update

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
This commit is contained in:
Yii.Guxing 2022-01-24 18:57:36 +08:00 committed by Jakub Chrzanowski
parent 84191a04d2
commit 6f756c228b
2 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jobs:
FILENAME=`ls *.zip`
unzip "$FILENAME" -d content
echo "::set-output name=filename::$FILENAME"
echo "::set-output name=filename::${FILENAME:0:-4}"
# Store already-built plugin as an artifact for downloading
- name: Upload artifact

View File

@ -4,6 +4,7 @@
## [Unreleased]
### Changed
- GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow
- Upgrade Gradle Wrapper to `7.3.3`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.1`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.10`