Fix release artifacts upload

This commit is contained in:
Shuhei Takahashi 2025-12-22 13:43:09 +09:00 committed by GitHub
parent 00205167d8
commit 256e459430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,6 +182,8 @@ jobs:
with:
pattern: intellij-gn
path: ${{ github.workspace }}/artifacts
- run: mv intellij-gn/*.zip ./ && rmdir intellij-gn
working-directory: artifacts
- run: ls -l .
working-directory: artifacts
- run: gh release upload "${{ github.ref_name }}" artifacts/*