diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e827d37c..223f31ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -249,11 +249,11 @@ jobs: - name: Download linux-x64 artifact uses: actions/download-artifact@v3 with: - name: azureauth_${{ github.event.inputs.version }}-${{ env.DEBIAN_REVISION }}_amd64.deb + name: azureauth-${{ github.event.inputs.version }}-linux-x64.deb - name: Download linux-arm64 artifact uses: actions/download-artifact@v3 with: - name: azureauth_${{ github.event.inputs.version }}-${{ env.DEBIAN_REVISION }}_arm64.deb + name: azureauth-${{ github.event.inputs.version }}-linux-arm64.deb - name: Create Release uses: softprops/action-gh-release@v1