File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,9 @@ jobs:
265
265
266
266
- name : Install nfpm and envsubst
267
267
run : |
268
- curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -s -- -b ~/.local/bin v2.3.1
269
- curl -L https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m` -o envsubst
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
270
271
chmod +x envsubst
271
272
mv envsubst ~/.local/bin
272
273
echo "$HOME/.local/bin" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments