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 60e580e commit cdd96aeCopy full SHA for cdd96ae
.github/workflows/launcher.yml
@@ -3,7 +3,7 @@ name: Build Launcher
3
on:
4
push:
5
paths:
6
- - Launcher/*
+ - Launcher/**
7
- .github/workflows/launcher.yml
8
pull_request:
9
@@ -46,6 +46,6 @@ jobs:
46
with:
47
name: ${{ matrix.os }}-${{ matrix.toolchain }}
48
path: |
49
- target/debug/rhythm_doctor_launcher*
50
- !target/debug/rhythm_doctor_launcher.d
+ Launcher/target/debug/rhythm_doctor_launcher*
+ !Launcher/target/debug/rhythm_doctor_launcher.d
51
if-no-files-found: error
0 commit comments