We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b173a4 commit a5197d1Copy full SHA for a5197d1
.github/workflows/ci.yaml
@@ -353,6 +353,7 @@ jobs:
353
354
- name: Install nfpm
355
run: |
356
+ mkdir -p ~/.local/bin
357
curl -sSfL https://github.com/goreleaser/nfpm/releases/download/v2.3.1/nfpm_2.3.1_`uname -s`_`uname -m`.tar.gz | tar -C ~/.local/bin -zxv nfpm
358
echo "$HOME/.local/bin" >> $GITHUB_PATH
359
@@ -405,6 +406,7 @@ jobs:
405
406
407
408
409
410
411
412
0 commit comments