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>
pull/226/head v1.1.1
Yii.Guxing 2 years ago committed by Jakub Chrzanowski
parent 84191a04d2
commit 6f756c228b

@ -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

@ -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`

Loading…
Cancel
Save