From 4e878462b835d27e323f89a0f75c31e46914d18e Mon Sep 17 00:00:00 2001 From: 030 Date: Mon, 9 Dec 2019 20:59:36 +0100 Subject: [PATCH] deb package could not be found --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67d3af4..d46af63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ deploy: provider: releases api_key: $GITHUB_TOKEN file: - - ${DELIVERABLE}-0.deb + - go-yq_${TRAVIS_TAG}-0.deb - $DELIVERABLE - ${DELIVERABLE}.sha512.txt skip_cleanup: true