From 285a4143c810dbdc547696dd8ef25ee22327c65e Mon Sep 17 00:00:00 2001 From: tuntoja Date: Thu, 10 Oct 2024 12:53:24 +0200 Subject: [PATCH] fix --- .github/actions/package-nfpm/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/package-nfpm/action.yml b/.github/actions/package-nfpm/action.yml index 1aca021b8..0f160e2e9 100644 --- a/.github/actions/package-nfpm/action.yml +++ b/.github/actions/package-nfpm/action.yml @@ -115,6 +115,10 @@ runs: export RPM_SIGNING_KEY_ID="$RPM_GPG_SIGNING_KEY_ID" export NFPM_RPM_PASSPHRASE="$RPM_GPG_SIGNING_PASSPHRASE" + echo "VERSION=$VERSION" + echo "RELEASE=$RELEASE" + echo "DIST=$DIST" + for FILE in ${{ inputs.nfpm_file_pattern }}; do DIRNAME=$(dirname $FILE) BASENAME=$(basename $FILE)