Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Nov 10, 2022
1 parent 231ab10 commit fa3fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export VERSION=$(echo `sentry-cli releases propose-version`)
echo $VERSION
sentry-cli releases new $VERSION
sentry-cli releases files $VERSION upload-sourcemaps ./dist/* --url-prefix='http://http://blog.yanshenghong.com/'
sentry-cli releases files $VERSION upload-sourcemaps ./dist/* --url-prefix='http://blog.yanshenghong.com/'
find ./dist -name "*.map" -type f -print -exec rm -rf {} \;
sentry-cli releases finalize $VERSION
Expand Down

0 comments on commit fa3fe16

Please sign in to comment.