From d084bdf48ab84317b53abbc6ac188530d25240a9 Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Sat, 14 Mar 2020 16:26:44 +0800 Subject: [PATCH] Isn't it annoying to have a typo on the very last line, that fails the entire build that took almost 4 hours to complete? --- .github/workflows/on-tag.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 3be6a6a..b9c12fd 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -200,6 +200,4 @@ jobs: name: ${{ env.VERSION }} body: "This release packages `bitcoind` to be on par with https://github.com/bitcoin/bitcoin/releases/tag/${{ env.VERSION }}" gzip: false - files: images/* - - + files: docker-images/*