Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Feb 14, 2024
1 parent 7e44d18 commit 3bda06e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/package/action.yml
Original file line number Diff line number Diff line change
@@ -72,11 +72,6 @@ runs:
export RPM_SIGNING_KEY_ID="$RPM_GPG_SIGNING_KEY_ID"
export NFPM_RPM_PASSPHRASE="$RPM_GPG_SIGNING_PASSPHRASE"
echo "##################################################################"
pwd
echo "##################################################################"
ls -l
echo "##################################################################"
for FILE in ${{ inputs.nfpm_file_pattern }}; do
DIRNAME=$(dirname $FILE)
BASENAME=$(basename $FILE)

0 comments on commit 3bda06e

Please sign in to comment.