Skip to content

Commit 2492d4a

Browse files
committed
fixup! fix: install nfpm straight from GitHub
1 parent e530f7d commit 2492d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353

354354
- name: Install nfpm
355355
run: |
356-
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -s -- -b ~/.local/bin v2.3.1
356+
curl -sSL 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
357357
echo "$HOME/.local/bin" >> $GITHUB_PATH
358358
359359
- name: Install cross-compiler
@@ -405,7 +405,7 @@ jobs:
405405

406406
- name: Install nfpm
407407
run: |
408-
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -s -- -b ~/.local/bin v2.3.1
408+
curl -sSL 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
409409
echo "$HOME/.local/bin" >> $GITHUB_PATH
410410
411411
- name: Download npm package

0 commit comments

Comments
 (0)