From c5975e602df0799debb2d7eb721469560c027737 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 9 Feb 2019 16:02:19 +0100 Subject: [PATCH] fix destination --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 277d50f..ea76c81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: - apk add --no-cache coreutils # exclude files # - sha256sum -b files/!(*.out) > CHECKSUMFILE - - sha256sum -b rpms/* > sha256sum.txt + - sha256sum -b rpms/x86_64/* > sha256sum.txt when: event: - push @@ -42,7 +42,7 @@ steps: from_secret: gpgsign_passphrase detach_sign: true files: - - rpms/* + - rpms/x86_64/* when: event: - push @@ -54,7 +54,7 @@ steps: # api_key: # from_secret: github_token # files: - # - rpms/* + # - rpms/x86_64/* # - sha256sum.txt # title: $${DRONE_TAG} # when: