Skip to content

Commit

Permalink
Fix target syntax in command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Nov 10, 2024
1 parent 0023fe9 commit f73e403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Restore .NET local tools
run: dotnet tool restore
- name: Run tests
run: dotnet run --project eng/Farkle.Build.fsproj -- target Test
run: dotnet run --project eng/Farkle.Build.fsproj -- -t Test

full_ci_passed:
needs: [test]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Restore .NET local tools
run: dotnet tool restore
- name: Pack
run: dotnet run --project eng/Farkle.Build.fsproj -- target NuGetPack
run: dotnet run --project eng/Farkle.Build.fsproj -- -t NuGetPack
- name: Upload package artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f73e403

Please sign in to comment.