Skip to content

Commit

Permalink
Use a wildcard on file to upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannig committed Jan 16, 2020
1 parent 3168347 commit c799f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ deploy:
provider: releases
api_key:
secure: iUScy9FBiiU2e2NdCotlP/HozuF1WpeYKUQoxbUB1lfZe25HO4VpUbgEwWzTwxuYI19+iOEnt4LgX2icatYgjuDsMHgNsqtsXtuzB2iVpVzbZ71RBRsgw48ve8KdImUS4KDaGNEu0ILgVdmyAcvD1q7ZKKepo1P29CmJoPi9GIztFgKeHpRGGtdCy7NwRLkuiWrvMU4CZoHqGD8a4EgfgI1aNohFf+hebFFOovv8f4wvHbxkEcITLP8+bM6vfp8pI+u9VASQpAMVDtUFLeBBbw+MjOQdgYW3N9+GoUAUg9UTg7iL38qhbamPyTSHDdAVZINCSnQOv9dVrCiTgaeXKPxND2AGRdSBsTrsxSbTRFlfDjTFZLPR403DbTf8P1C+m4iP1zUOu97ffTmEePC+2DjEGlrUUJj+gQR+4cyAbo+qOkZMXtPzpGxycsKX628JxOsGdxZ5qT27T9gEUnO4/nXkrU+PWzkNWpZ6nQASessDtRhFMMMlBkA7/t7Gd0xLSc93XlqkjFgQO5lYQS8pMoP8ZR/dkHKeoejghaZx8/yWslZ/Z4UVgqndp0GLj4yZl8XQYyfBlD+jGVgFw6JH+t6JxU/hlNjTdN/dbvHFntTfltaZLO4evrznOw3xCD6Z+OauEj4gNZhmkHGDg0PVU8Mo4JIzD4XZZshqXylleMg=
file:
- "./dist/oracledb_exporter.$TRAVIS_BRANCH.linux-amd64.tar.gz"
- "./dist/oracledb_exporter.$TRAVIS_BRANCH.darwin-amd64.tar.gz"
file_glob: true
file: "./dist/oracledb_exporter.*.tar.gz"
on:
repo: iamseth/oracledb_exporter
tags: true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.2.1
VERSION ?= 0.2.5
ORACLE_VERSION ?= 18.5
LDFLAGS := -X main.Version=$(VERSION)
GOFLAGS := -ldflags "$(LDFLAGS) -s -w"
Expand Down

0 comments on commit c799f75

Please sign in to comment.