Skip to content

Commit 4c442d6

Browse files
authored
Update build-ig.yml
1 parent c276f10 commit 4c442d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ig.yml

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

0 commit comments

Comments
 (0)