Skip to content

Commit

Permalink
Fix the download path of Linux artifact (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
goagain authored Aug 25, 2023
1 parent 86efa63 commit a0ffef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0ffef5

Please sign in to comment.