Skip to content

Commit 13a067b

Browse files
flip1995matthiaskrgr
authored andcommitted
Fourth try for sure
1 parent 4af568d commit 13a067b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/clippy_bors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: Upload Binaries
194194
uses: actions/upload-artifact@v3
195195
with:
196-
name: target/debug
196+
name: binaries
197197
path: target/debug
198198

199199
integration:
@@ -236,7 +236,7 @@ jobs:
236236
- name: Download target dir
237237
uses: actions/download-artifact@v3
238238
with:
239-
name: target/debug
239+
name: binaries
240240
path: target/debug
241241

242242
- name: Make Binaries Executable

0 commit comments

Comments
 (0)