Skip to content

Commit fa07296

Browse files
committed
ci (ci): fix workload restore argument order in workflow
Moves the solution path into the restore arguments to resolve incorrect parameter usage in the workflow step. Ensures workload restoration targets the correct solution file.
1 parent 1c41705 commit fa07296

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)