File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments