Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jun 20, 2023
1 parent f158256 commit 6bdde45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
tag=$1
test -n "$tag" || { echo "Usage: $0 <tag>"; exit 1; }
npm run build
g tag $tag
git tag $tag
gh release create $tag --generate-notes
gh release upload $tag dist/chrome-capture-for-channels-macos-* dist/chrome-capture-for-channels-win-x64.exe

0 comments on commit 6bdde45

Please sign in to comment.