We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d666c8 commit 8b664abCopy full SHA for 8b664ab
.github/workflows/pr-receive.yaml
@@ -109,21 +109,21 @@ jobs:
109
- name: "Upload PR"
110
uses: actions/upload-artifact@v4
111
with:
112
- name: pr
+ name: pr-${{ github.run_id }}
113
path: ${{ env.PR }}
114
overwrite: true
115
116
- name: "Upload Diff"
117
118
119
- name: diff
+ name: diff-${{ github.run_id }}
120
path: ${{ env.CHIVE }}
121
retention-days: 1
122
123
- name: "Upload Build"
124
125
126
- name: built
+ name: built-${{ github.run_id }}
127
path: ${{ env.MD }}
128
129
0 commit comments