Skip to content

Commit 45814ea

Browse files
Fix build command to use EssentialCSharp.slnx
1 parent e0700b5 commit 45814ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ runs:
3434
- name: Build
3535
if: ${{ inputs.build == 'true' }}
3636
shell: bash
37-
run: dotnet build EssentialCSharp.sln --no-restore
37+
run: dotnet build EssentialCSharp.slnx --no-restore

0 commit comments

Comments
 (0)