Skip to content

Commit c3f54fb

Browse files
authored
Update build-profiles.yml
1 parent b1c5cdd commit c3f54fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-profiles.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
paths:
66
- "**.fsh"
7-
- "**/sushi-config.yaml"
87
branches: [ main, dev ]
98
pull_request:
109
branches: [ main, dev ]
@@ -27,7 +26,7 @@ jobs:
2726
with:
2827
dotnet-version: "8.0"
2928
- name: Create temp dir and copy sushi project file
30-
run: mkdir temp && cp -v "**/sushi-config.yaml" temp/
29+
run: mkdir temp && cp -v ./sushi-config.yaml temp/
3130
shell: bash
3231
- name: Install sushi locally
3332
working-directory: temp

0 commit comments

Comments
 (0)