Skip to content

Commit 9cfdfbe

Browse files
authored
Merge branch 'main' into jsjoeio/fix-cross-compile
2 parents 8469acb + ac6b5bd commit 9cfdfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install nfpm and envsubst
5151
run: |
5252
mkdir -p ~/.local/bin
53-
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
53+
curl -sSfL https://github.com/goreleaser/nfpm/releases/download/v2.22.2/nfpm_2.22.2_`uname -s`_`uname -m`.tar.gz | tar -C ~/.local/bin -zxv nfpm
5454
curl -sSfL https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m` -o envsubst
5555
chmod +x envsubst
5656
mv envsubst ~/.local/bin

0 commit comments

Comments
 (0)