We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86efa63 commit a0ffef5Copy full SHA for a0ffef5
.github/workflows/release.yml
@@ -249,11 +249,11 @@ jobs:
249
- name: Download linux-x64 artifact
250
uses: actions/download-artifact@v3
251
with:
252
- name: azureauth_${{ github.event.inputs.version }}-${{ env.DEBIAN_REVISION }}_amd64.deb
+ name: azureauth-${{ github.event.inputs.version }}-linux-x64.deb
253
- name: Download linux-arm64 artifact
254
255
256
- name: azureauth_${{ github.event.inputs.version }}-${{ env.DEBIAN_REVISION }}_arm64.deb
+ name: azureauth-${{ github.event.inputs.version }}-linux-arm64.deb
257
258
- name: Create Release
259
uses: softprops/action-gh-release@v1
0 commit comments