Skip to content

Commit 9dcf54b

Browse files
Update dotnet.yml
1 parent 06d9d06 commit 9dcf54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "C:\tools\mingw64\bin" >> $env:GITHUB_PATH
2121
- name: Build C++ Project
2222
run: |
23-
$cppFiles = Get-ChildItem -Path ./src -Filter *.cpp | ForEach-Object { $_.FullName }
23+
$cppFiles = Get-ChildItem -Path ../../../src -Filter *.cs | ForEach-Object { $_.FullName }
2424
g++ -o output.exe -Wall -Wextra -O2 $cppFiles
2525
- name: Run Executable
2626
run: ./output.exe

0 commit comments

Comments
 (0)