Skip to content

Commit a5197d1

Browse files
committed
fixup! fix: install nfpm straight from GitHub
1 parent 5b173a4 commit a5197d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ jobs:
353353

354354
- name: Install nfpm
355355
run: |
356+
mkdir -p ~/.local/bin
356357
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
357358
echo "$HOME/.local/bin" >> $GITHUB_PATH
358359
@@ -405,6 +406,7 @@ jobs:
405406

406407
- name: Install nfpm
407408
run: |
409+
mkdir -p ~/.local/bin
408410
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
409411
echo "$HOME/.local/bin" >> $GITHUB_PATH
410412

0 commit comments

Comments
 (0)