From 2ccabf77ab1dbf26c09ece37528e5b9e38593249 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Fri, 13 Dec 2024 19:37:19 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18d4064..875ce74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,14 +47,14 @@ jobs: uses: burningalchemist/nfpm-action@v1 with: packager: deb - config: nfpm.yml + config: nfpm.yaml - name: Create rpm package id: nfpm-rpm uses: burningalchemist/nfpm-action@v1 with: packager: rpm - config: nfpm.yml + config: nfpm.yaml - name: Upload release uses: boxpositron/upload-multiple-releases@1.0.7