Skip to content

Commit

Permalink
Change to try delte existing release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed Jul 17, 2017
1 parent 57b4344 commit f2214d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload_github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ esac

for file in "$@"; do
name=$(basename $file)
github-release deletef -u "$owner" -r "$repo" -t "$tag" -n "$name"
github-release upload -u "$owner" -r "$repo" -t "$tag" -n "$name" -f "$file"
done

0 comments on commit f2214d6

Please sign in to comment.