Skip to content

Commit fb26bab

Browse files
authored
Update build-profiles.yml
1 parent 4c442d6 commit fb26bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
dotnet-version: "8.0"
2929
- name: Create temp dir and copy sushi project file
30-
run: mkdir temp && cp -v ${{ inputs.project-dir }}/sushi-config.yaml temp/
30+
run: mkdir temp && cp -v ./sushi-config.yaml temp/
3131
shell: bash
3232
- name: Install sushi locally
3333
working-directory: temp

0 commit comments

Comments
 (0)