We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88203ba commit 3a7ae29Copy full SHA for 3a7ae29
1 file changed
.github/workflows/package-deb.yml
@@ -211,7 +211,7 @@ jobs:
211
- name: Download package artifact
212
uses: actions/download-artifact@v2
213
with:
214
- name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_amd64.deb
+ name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_linux64.deb
215
216
- name: Import GPG key
217
id: import_gpg
0 commit comments