Skip to content

Commit 483bc9e

Browse files
committed
ci (ci): fix workload restore to include solution path
Uses correct argument order to ensure restore targets the intended solution file. Prevents restore failures caused by incorrect parameter placement.
1 parent b7b703c commit 483bc9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
uses: framinosona/github_actions/dotnet@main
7676
with:
7777
command: workload
78-
path: ${{ github.workspace }}/${{ env.PROJECT_NAME }}.slnx
79-
arguments: restore
78+
arguments: restore ${{ github.workspace }}/${{ env.PROJECT_NAME }}.slnx
8079
show-summary: true
8180

8281
# ============================ BUILD ============================

0 commit comments

Comments
 (0)