ci: upload source file as well

This commit is contained in:
ananaBMaster
2026-02-27 17:01:51 -08:00
parent 337f8b3e7f
commit 68bf96d3e7
+1 -1
View File
@@ -114,7 +114,7 @@ jobs:
if: steps.changesets.outputs.published == 'true'
run: |
VERSION=$(echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r '.[0].version')
gh release upload "v$VERSION" .output/*-chrome.zip .output/*-edge.zip .output/*-firefox.zip --clobber
gh release upload "v$VERSION" .output/*-chrome.zip .output/*-edge.zip .output/*-firefox.zip .output/*-sources.zip --clobber
env:
GH_TOKEN: ${{ github.token }}