Skip to content

Commit

Permalink
fix: upload build artifact (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m authored Aug 21, 2024
1 parent 6adcf5f commit 9b01429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Biome-${{ steps.version.outputs.version }}.zip
path: build/distributions/Biome-${{ steps.version.outputs.version }}.zip
path: build/distributions/intellij-biome-${{ steps.version.outputs.version }}.zip

0 comments on commit 9b01429

Please sign in to comment.