Skip to content

Commit

Permalink
fix(workflow): updated artifect name (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-teles authored Sep 20, 2023
1 parent 2fbb7be commit 55f740c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: intellij_package
path: ./editors/intellij/build/distributions/intellij-biome-*.zip
path: ./editors/intellij/build/distributions/Biome-*.zip
if-no-files-found: error

publish-intellij:
Expand Down Expand Up @@ -367,6 +367,6 @@ jobs:
prerelease: ${{ needs.build.outputs.prerelease == 'true' }}
body_path: ${{ github.workspace }}/RELEASE_NOTES
files: |
./editors/intellij/build/distributions/intellij-biome-*.zip
./editors/intellij/build/distributions/Biome-*.zip
fail_on_unmatched_files: true
generate_release_notes: true

0 comments on commit 55f740c

Please sign in to comment.