File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,23 +119,23 @@ jobs:
119119 - name : Download build artifacts
120120 uses : actions/download-artifact@v3
121121 with :
122- name : EdgeNodeLauncher-WIN32-build
122+ name : EdgeNodeLauncher-WIN32-build-${{ github.event.pull_request.number }}-${{ github.sha }}
123123 path : ./all-builds/EdgeNodeLauncher-WIN32
124124
125125 - name : Download build artifacts
126126 uses : actions/download-artifact@v3
127127 with :
128- name : EdgeNodeLauncher-LINUX_Ubuntu-24.04-build
128+ name : EdgeNodeLauncher-LINUX_Ubuntu-24.04-build-${{ github.event.pull_request.number }}-${{ github.sha }}
129129 path : ./all-builds/EdgeNodeLauncher-LINUX_Ubuntu-24.04
130130
131131 - name : Download build artifacts
132132 uses : actions/download-artifact@v3
133133 with :
134- name : EdgeNodeLauncher-LINUX_Ubuntu-22.04-build
134+ name : EdgeNodeLauncher-LINUX_Ubuntu-22.04-build-${{ github.event.pull_request.number }}-${{ github.sha }}
135135 path : ./all-builds/EdgeNodeLauncher-LINUX_Ubuntu-22.04
136136
137137 - name : Download build artifacts
138138 uses : actions/download-artifact@v3
139139 with :
140- name : EdgeNodeLauncher-LINUX_Ubuntu-20.04-build
140+ name : EdgeNodeLauncher-LINUX_Ubuntu-20.04-build-${{ github.event.pull_request.number }}-${{ github.sha }}
141141 path : ./all-builds/EdgeNodeLauncher-LINUX_Ubuntu-20.04
You can’t perform that action at this time.
0 commit comments