fix(cli): generate and attach standalone bundle to GitHub

releases
This commit is contained in:
Sehoon Shon
2026-03-31 16:08:50 -04:00
parent 7c5cd693ce
commit c90a7f461c
3 changed files with 104 additions and 28 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ runs:
shell: 'bash'
run: |
gh release create "${INPUTS_RELEASE_TAG}" \
bundle/gemini.js \
dist/gemini.js \
--target "${STEPS_RELEASE_BRANCH_OUTPUTS_BRANCH_NAME}" \
--title "Release ${INPUTS_RELEASE_TAG}" \
--notes-start-tag "${INPUTS_PREVIOUS_TAG}" \