mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
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:
parent
84191a04d2
commit
6f756c228b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
FILENAME=`ls *.zip`
|
FILENAME=`ls *.zip`
|
||||||
unzip "$FILENAME" -d content
|
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
|
# Store already-built plugin as an artifact for downloading
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
|
- GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow
|
||||||
- Upgrade Gradle Wrapper to `7.3.3`
|
- Upgrade Gradle Wrapper to `7.3.3`
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.1`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.1`
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.10`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.10`
|
||||||
|
Loading…
Reference in New Issue
Block a user