File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ jobs:
353
353
354
354
- name : Install nfpm
355
355
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
357
357
echo "$HOME/.local/bin" >> $GITHUB_PATH
358
358
359
359
- name : Install cross-compiler
@@ -405,7 +405,7 @@ jobs:
405
405
406
406
- name : Install nfpm
407
407
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
409
409
echo "$HOME/.local/bin" >> $GITHUB_PATH
410
410
411
411
- name : Download npm package
You can’t perform that action at this time.
0 commit comments