We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b6326 commit aa59c81Copy full SHA for aa59c81
.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
131
132
- name: Install nfpm
133
run: |
134
- curl -sfL https://github.com/goreleaser/nfpm/releases/download/v2.45.0/nfpm_2.45.0_linux_amd64.tar.gz | tar xz -C /usr/local/bin nfpm
+ curl -sfL https://github.com/goreleaser/nfpm/releases/download/v2.45.0/nfpm_2.45.0_Linux_x86_64.tar.gz | tar xz -C /usr/local/bin nfpm
135
136
- name: Build packages
137
0 commit comments