We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af568d commit 13a067bCopy full SHA for 13a067b
.github/workflows/clippy_bors.yml
@@ -193,7 +193,7 @@ jobs:
193
- name: Upload Binaries
194
uses: actions/upload-artifact@v3
195
with:
196
- name: target/debug
+ name: binaries
197
path: target/debug
198
199
integration:
@@ -236,7 +236,7 @@ jobs:
236
- name: Download target dir
237
uses: actions/download-artifact@v3
238
239
240
241
242
- name: Make Binaries Executable
0 commit comments