Skip to content

Commit a0ffef5

Browse files
author
goagain
authored
Fix the download path of Linux artifact (#329)
1 parent 86efa63 commit a0ffef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ jobs:
249249
- name: Download linux-x64 artifact
250250
uses: actions/download-artifact@v3
251251
with:
252-
name: azureauth_${{ github.event.inputs.version }}-${{ env.DEBIAN_REVISION }}_amd64.deb
252+
name: azureauth-${{ github.event.inputs.version }}-linux-x64.deb
253253
- name: Download linux-arm64 artifact
254254
uses: actions/download-artifact@v3
255255
with:
256-
name: azureauth_${{ github.event.inputs.version }}-${{ env.DEBIAN_REVISION }}_arm64.deb
256+
name: azureauth-${{ github.event.inputs.version }}-linux-arm64.deb
257257

258258
- name: Create Release
259259
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)