Skip to content

Commit cdd96ae

Browse files
ci: Fix uploading artifacts
1 parent 60e580e commit cdd96ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/launcher.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Launcher
33
on:
44
push:
55
paths:
6-
- Launcher/*
6+
- Launcher/**
77
- .github/workflows/launcher.yml
88
pull_request:
99
paths:
@@ -46,6 +46,6 @@ jobs:
4646
with:
4747
name: ${{ matrix.os }}-${{ matrix.toolchain }}
4848
path: |
49-
target/debug/rhythm_doctor_launcher*
50-
!target/debug/rhythm_doctor_launcher.d
49+
Launcher/target/debug/rhythm_doctor_launcher*
50+
!Launcher/target/debug/rhythm_doctor_launcher.d
5151
if-no-files-found: error

0 commit comments

Comments
 (0)