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