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 de698e4 commit 4af568dCopy full SHA for 4af568d
.github/workflows/clippy_bors.yml
@@ -193,8 +193,8 @@ jobs:
193
- name: Upload Binaries
194
uses: actions/upload-artifact@v3
195
with:
196
- name: $CARGO_TARGET_DIR/debug
197
- path: $CARGO_TARGET_DIR/debug
+ name: target/debug
+ path: target/debug
198
199
integration:
200
needs: integration_build
@@ -236,8 +236,8 @@ jobs:
236
- name: Download target dir
237
uses: actions/download-artifact@v3
238
239
240
241
242
- name: Make Binaries Executable
243
run: chmod +x $CARGO_TARGET_DIR/debug/*
0 commit comments