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 a1a167b commit d7e9c94Copy full SHA for d7e9c94
.github/workflows/launcher.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- name: Checkout
34
uses: actions/checkout@v4.2.2
35
- - name: Setup rust
+ - name: Setup Rust
36
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
37
with:
38
toolchain: ${{ matrix.toolchain }}
@@ -43,6 +43,5 @@ jobs:
43
44
name: ${{ matrix.os }}-${{ matrix.toolchain }}
45
path: |
46
- ${{ github.workspace }}/target/debug/rhythm_doctor_launcher
47
- ${{ github.workspace }}/target/debug/rhythm_doctor_launcher.exe
+ ./target/debug/rhythm_doctor_launcher*
48
if-no-files-found: error
0 commit comments