biomejs / biome-intellij

Biome plugin for IntelliJ
https://plugins.jetbrains.com/plugin/22761-biome
Apache License 2.0
45 stars 12 forks source link

fix: upload build artifact #79

Closed bc-m closed 1 month ago

bc-m commented 1 month ago

Due the migration to intellj plugin platform the build path/filename changed from build/distributions/Biome-1.2.0.zip to build/distributions/intellij-biome-1.2.1.zip.

If i understand the release pipeline correctly, it builds the plugin and upload the artifacts for the next steps. So i only need to upload intellij-biome-x.y.z.zip as Biome-x.y.z.zip.

@ematipico I don't know to test the github actions. Maybe you can run the nighly-release-actions based on this branch before merge? I'm sorry that this release needs three PRs (until now :crossed_fingers:).

ematipico commented 1 month ago

Unfortunately, workflows like these can't be executed from forks for security reasons. That's how GitHub works.

APshenkin commented 1 month ago

@ematipico can last version of plugin be released? Plugin is currently not available for latest IDEA version still