We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b703c commit 483bc9eCopy full SHA for 483bc9e
.github/workflows/ci.yml
@@ -75,8 +75,7 @@ jobs:
75
uses: framinosona/github_actions/dotnet@main
76
with:
77
command: workload
78
- path: ${{ github.workspace }}/${{ env.PROJECT_NAME }}.slnx
79
- arguments: restore
+ arguments: restore ${{ github.workspace }}/${{ env.PROJECT_NAME }}.slnx
80
show-summary: true
81
82
# ============================ BUILD ============================
0 commit comments