Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Feb 28, 2018
1 parent 4871417 commit 7b4a3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ github-release \
--description "$(cat dist/release.md)" || true

github-release \
release \
upload \
--user "${USERNAME}" \
--repo "${REPONAME}" \
--tag "${TRAVIS_TAG}" \
--name "manifest-gcc-$GCCVER.txt" \
--file "dist/manifest/gcc-$GCCVER.txt" || true

exec github-release \
release \
upload \
--user "${USERNAME}" \
--repo "${REPONAME}" \
--tag "${TRAVIS_TAG}" \
Expand Down

0 comments on commit 7b4a3e3

Please sign in to comment.