Skip to content

Commit

Permalink
Merge pull request #86 from chaqchase/chore/update-nfpm-install
Browse files Browse the repository at this point in the history
chore: update release workflow to install nFPM via APT
  • Loading branch information
chaqchase authored Jan 4, 2025
2 parents b78464a + 541027b commit 6506342
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,10 @@ jobs:

- name: Install nFPM
run: |
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
sudo apt update
sudo apt install -y nfpm
nfpm --version
- name: Generate packages
run: |
Expand Down

0 comments on commit 6506342

Please sign in to comment.