Skip to content

Commit 7091730

Browse files
committed
fx
1 parent e417c3f commit 7091730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-build-debian-pkg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
- name: Download arm64 artifact
2828
uses: actions/download-artifact@v4
2929
with:
30-
name: ${{ inputs.application }}_${{ inputs.version }}_arm64.tar.gz
30+
name: ${{ inputs.application }}_${{ inputs.version }}_linux_arm64.tar.gz
3131

3232
- name: Download amd64 artifact
3333
uses: actions/download-artifact@v4
3434
with:
35-
name: ${{ inputs.application }}_${{ inputs.version }}_amd64.tar.gz
35+
name: ${{ inputs.application }}_${{ inputs.version }}_linux_amd64.tar.gz
3636

3737
- name: Download amd64v2 artifact
3838
uses: actions/download-artifact@v4
3939
with:
40-
name: ${{ inputs.application }}_${{ inputs.version }}_amd64v2.tar.gz
40+
name: ${{ inputs.application }}_${{ inputs.version }}_linux_amd64v2.tar.gz
4141

4242
- name: Debug 1
4343
run: |

0 commit comments

Comments
 (0)