Skip to content

Commit 37d124f

Browse files
committed
Install nfpm in final deploy step
1 parent bec3318 commit 37d124f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,14 @@ jobs:
402402
name: nfpm-config
403403
path: nfpm-config
404404

405+
- name: Install NFPM
406+
run: |
407+
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
408+
sudo apt-get update
409+
sudo apt-get install -y nfpm tree
410+
405411
- name: Debug - Tree after download
406412
run: |
407-
sudo apt-get update && sudo apt-get install -y tree nfpm
408413
echo "=== Downloaded artifacts ==="
409414
tree artifacts/ nfpm-config/ 2>/dev/null || ls -laR artifacts/ nfpm-config/
410415

0 commit comments

Comments
 (0)