fix(release): remove redundant cp and use env var for bundle path

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-22 23:49:25 +02:00
parent 78117421fd
commit 7e72022ffc
+2 -2
View File
@@ -39,6 +39,6 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
TAG_NAME: ${{ github.ref_name }}
BUNDLE_PATH: ${{ steps.bundle.outputs.path }}
run: |
cp "${{ steps.bundle.outputs.path }}" dist/index.js
gh release upload "$TAG_NAME" dist/index.js --clobber
gh release upload "$TAG_NAME" "$BUNDLE_PATH" --clobber