CI: Rename JS repl artifacts so they can actually be bundled

This commit is contained in:
Andrew Kaster
2024-06-25 17:22:04 -06:00
parent a587eafbf4
commit 29665f51aa
3 changed files with 4 additions and 4 deletions

View File

@@ -87,6 +87,6 @@ jobs:
- name: Upload js package
uses: actions/upload-artifact@v4
with:
name: serenity-js-${{ matrix.package_type }}
name: ladybird-js-${{ matrix.package_type }}
path: Build/ladybird-js*.tar.gz
retention-days: 7