We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec3318 commit 37d124fCopy full SHA for 37d124f
.github/workflows/rust.yml
@@ -402,9 +402,14 @@ jobs:
402
name: nfpm-config
403
path: nfpm-config
404
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
+
411
- name: Debug - Tree after download
412
run: |
- sudo apt-get update && sudo apt-get install -y tree nfpm
413
echo "=== Downloaded artifacts ==="
414
tree artifacts/ nfpm-config/ 2>/dev/null || ls -laR artifacts/ nfpm-config/
415
0 commit comments