Skip to content

Commit

Permalink
Fixed artifact file name in build flow (#224)
Browse files Browse the repository at this point in the history
* Fixed artifact file name in build flow

* CHANGELOG update

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
  • Loading branch information
YiiGuxing and hsz committed Jan 24, 2022
1 parent 84191a0 commit 6f756c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6f756c2

Please sign in to comment.