Skip to content

Commit

Permalink
Change release name for mac to 'osx' and changed upload in travis for…
Browse files Browse the repository at this point in the history
… file glob
  • Loading branch information
Benjamin Friedman committed Jul 9, 2017
1 parent ef362fa commit ab2ebd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ deploy:
api_key:
secure: BDvKdrm0h+IEi1CeP9sHeZSXsNgruwLCy8bgaO6dUH+Pn0Zdf2uKo87KevZE1LTC7+A8gvETvvdpQ54yTQ/J25VFYXM+14F7d9g9MNjm4gmjf2IHVV+cwJfKSItxKBwHyWsNYyTanKEPma3hMAqoH+9r/f/WA5ixkbjoAEqRHqcqBxY6uSm42VsDUe36g8ulLDbyXtlONNSMt9uTTTDm1bHiWBq5lvhebbmEgiR8Jt88DMEofW9W9f2OXdPlpPF8tIRprEggwPEZWvPT8lR/8rQ9inAHGMXkOwvIY7unOFMV5UYxBdpJ3rrKnTF8oIiz/hAXSiTxRFwjCjpAzGzQq8z3grsZLt3nSWW/Yu91gK4T39Y7AAUCog2EKO3NbXdsjBMgewcduFeOJArIU1lKvKoTr6/sWmGwpGME+2d7QZjstpM/L228AmHxXZLHNnREsqlrNnjPS6XVTNtGItfxnLets2EwNp+0JuUEqSUHIfofQbSOlAWqXUhiiB8yM0BKDhIoSGR3CmmpIvGLKCI0pomqgCNrtdcXEVOgMRc+cHWEI69V85sakFLiwWibxv/QfYSXYSDaCXR6d19i/cF6PkcKIFp/DLy74lwUmK7VShxA5px9HvhXak1iolAXs1LSlDNNutTYUWTBPJ/WMKybGI6Owu829bTDvbXUc4tevg4=
skip_cleanup: true
file_glob: true
file:
- build/latria-mac
- build/latria-linux
- "build/*"
on:
tags: true
repo: montymxb/latria
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NAME_INTERPRETER := build/latria-i
NAME_COMPILER := build/latria-c
NAME_DISASSEMBLER := build/latria-d
NAME_INTERPRETER_COMPILER := build/latria
NAME_INTERPRETER_COMPILER_RELEASE_MAC := build/latria-mac
NAME_INTERPRETER_COMPILER_RELEASE_MAC := build/latria-osx
NAME_INTERPRETER_COMPILER_RELEASE_LINUX := build/latria-linux

# Debug Variants
Expand Down

0 comments on commit ab2ebd7

Please sign in to comment.