We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c5cdd commit c3f54fbCopy full SHA for c3f54fb
.github/workflows/build-profiles.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
paths:
6
- "**.fsh"
7
- - "**/sushi-config.yaml"
8
branches: [ main, dev ]
9
pull_request:
10
@@ -27,7 +26,7 @@ jobs:
27
26
with:
28
dotnet-version: "8.0"
29
- name: Create temp dir and copy sushi project file
30
- run: mkdir temp && cp -v "**/sushi-config.yaml" temp/
+ run: mkdir temp && cp -v ./sushi-config.yaml temp/
31
shell: bash
32
- name: Install sushi locally
33
working-directory: temp
0 commit comments