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 65f7889 commit 9a62806Copy full SHA for 9a62806
.github/workflows/launcher.yml
@@ -42,5 +42,5 @@ jobs:
42
uses: actions/upload-artifact@v4.6.2
43
with:
44
name: ${{ matrix.os }}-${{ matrix.toolchain }}
45
- path: target/debug/rhythm_doctor_launcher*
+ path: ${{ github.workspace }}/launcher/target/debug/rhythm_doctor_launcher*
46
if-no-files-found: error
0 commit comments