We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af3420 commit f215a17Copy full SHA for f215a17
1 file changed
.github/workflows/build-release.yaml
@@ -41,7 +41,6 @@ jobs:
41
42
- name: Build C# project
43
run: |
44
- dotnet new console -o assignment_4/csharp --force --framework net8.0
45
dotnet build assignment_4/csharp -o assignment_4/output_csharp
46
47
- name: Build Kotlin project
0 commit comments