Skip to content

Commit

Permalink
replace package-nfpm action by package
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jun 25, 2024
1 parent e1d02d5 commit 9cdc274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
shell: bash

- name: Package
uses: ./.github/actions/package-nfpm
uses: ./.github/actions/package
with:
nfpm_file_pattern: "gorgone/packaging/*.yaml"
distrib: ${{ matrix.distrib }}
Expand Down

0 comments on commit 9cdc274

Please sign in to comment.