Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 13, 2024
1 parent b4a71cc commit c986230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c986230

Please sign in to comment.