Skip to content

Commit 6f756c2

Browse files
YiiGuxinghsz
andcommitted
Fixed artifact file name in build flow (#224)
* Fixed artifact file name in build flow * CHANGELOG update Co-authored-by: Jakub Chrzanowski <[email protected]>
1 parent 84191a0 commit 6f756c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
FILENAME=`ls *.zip`
114114
unzip "$FILENAME" -d content
115115
116-
echo "::set-output name=filename::$FILENAME"
116+
echo "::set-output name=filename::${FILENAME:0:-4}"
117117
118118
# Store already-built plugin as an artifact for downloading
119119
- name: Upload artifact

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

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

0 commit comments

Comments
 (0)