Skip to content

Commit

Permalink
fix release.md and manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Mar 5, 2018
1 parent ab528f5 commit b292c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .build
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ printf 'mpfr=%s\n' "${versions__mpfr}" >> dist/gcc-${gccver}-manifest.txt

rm -f dist/release.md
touch dist/release.md
printf 'Built using `musl-%s`, `linux-headers-%s`\n' "$versions__musl}" "${versions__linux}" >> dist/release.md
printf 'Built using `musl-%s`, `linux-headers-%s`\n' "${versions__musl}" "${versions__linux}" >> dist/release.md

4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github-release \
--user "${USERNAME}" \
--repo "${REPONAME}" \
--tag "${TRAVIS_TAG}" \
--name "gcc-${gccver}-manifest.txt" \
--file "dist/gcc-${gccver}-manifest.txt" || true
--name "gcc-${GCCVER}-manifest.txt" \
--file "dist/gcc-${GCCVER}-manifest.txt" || true

exec github-release \
upload \
Expand Down

0 comments on commit b292c71

Please sign in to comment.