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 d7e9c94 commit 7fe1d92Copy full SHA for 7fe1d92
.github/workflows/launcher.yml
@@ -43,5 +43,5 @@ jobs:
43
with:
44
name: ${{ matrix.os }}-${{ matrix.toolchain }}
45
path: |
46
- ./target/debug/rhythm_doctor_launcher*
+ ${{ github.workspace }}/target/debug/rhythm_doctor_launcher*
47
if-no-files-found: error
0 commit comments