Skip to content

Commit d7e9c94

Browse files
ci: Fix uploading artifacts 5???
1 parent a1a167b commit d7e9c94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/launcher.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4.2.2
35-
- name: Setup rust
35+
- name: Setup Rust
3636
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
3737
with:
3838
toolchain: ${{ matrix.toolchain }}
@@ -43,6 +43,5 @@ jobs:
4343
with:
4444
name: ${{ matrix.os }}-${{ matrix.toolchain }}
4545
path: |
46-
${{ github.workspace }}/target/debug/rhythm_doctor_launcher
47-
${{ github.workspace }}/target/debug/rhythm_doctor_launcher.exe
46+
./target/debug/rhythm_doctor_launcher*
4847
if-no-files-found: error

0 commit comments

Comments
 (0)