Skip to content

Commit ff8e08d

Browse files
committed
Add PR number and commit SHA to artifact name
1 parent 956ba16 commit ff8e08d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)