File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,8 @@ jobs:
266
266
- name : Install nfpm and envsubst
267
267
run : |
268
268
mkdir -p ~/.local/bin
269
- 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
270
- curl -sSL https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m` -o envsubst
269
+ 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
270
+ curl -sSfL https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m` -o envsubst
271
271
chmod +x envsubst
272
272
mv envsubst ~/.local/bin
273
273
echo "$HOME/.local/bin" >> $GITHUB_PATH
@@ -353,7 +353,7 @@ jobs:
353
353
354
354
- name : Install nfpm
355
355
run : |
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
356
+ 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
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 -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
408
+ 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
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