Skip to content

Commit 4af568d

Browse files
flip1995matthiaskrgr
authored andcommitted
Thrid try?
1 parent de698e4 commit 4af568d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ jobs:
193193
- name: Upload Binaries
194194
uses: actions/upload-artifact@v3
195195
with:
196-
name: $CARGO_TARGET_DIR/debug
197-
path: $CARGO_TARGET_DIR/debug
196+
name: target/debug
197+
path: target/debug
198198

199199
integration:
200200
needs: integration_build
@@ -236,8 +236,8 @@ jobs:
236236
- name: Download target dir
237237
uses: actions/download-artifact@v3
238238
with:
239-
name: $CARGO_TARGET_DIR/debug
240-
path: $CARGO_TARGET_DIR/debug
239+
name: target/debug
240+
path: target/debug
241241

242242
- name: Make Binaries Executable
243243
run: chmod +x $CARGO_TARGET_DIR/debug/*

0 commit comments

Comments
 (0)