From c98623017e9dcefed7e35478065a966528a0d12b Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Fri, 13 Dec 2024 17:04:50 +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 5807396..1311ca1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,14 +43,14 @@ jobs: echo "VERSION=${{ (github.ref_name == 'master' && github.event_name == 'workflow_dispatch') && github.event.inputs.ref_name || github.ref_name }}" >> $GITHUB_ENV - name: Create deb package - uses: skynet-core/nfpm@v1.5 + uses: burningalchemist/action-gh-nfpm@v1 id: deb-package with: config: "nfpm.yaml" packager: "deb" - name: Create rpm package - uses: skynet-core/nfpm@v1.5 + uses: burningalchemist/action-gh-nfpm@v1 id: rpm-package with: config: "nfpm.yaml"