mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-08-30 17:48:58 +08:00
ci: upload source file as well
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user