Skip to content

Commit e5d5e09

Browse files
committed
CI: fix build paths
1 parent 1c4ae55 commit e5d5e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
dotnet-version: "6.0.x"
2323
- name: 🚚 Restore
24-
run: dotnet restore SOLUTION_FILE
24+
run: dotnet restore ${{ env.SOLUTION_FILE }}
2525
- name: 🛠️ Build
26-
run: dotnet build SOLUTION_FILE --configuration Release --no-restore
26+
run: dotnet build ${{ env.SOLUTION_FILE }} --configuration Release --no-restore

0 commit comments

Comments
 (0)