Github workflow bugfix

This commit is contained in:
iminet
2026-08-12 22:40:55 +02:00
parent a02d4a17a3
commit 17764f05b0
-6
View File
@@ -17,12 +17,6 @@ jobs:
- name: Dotnet info - name: Dotnet info
run: dotnet --info run: dotnet --info
- name: Dotnet restore
run: dotnet restore
- name: Dotnet build
run: dotnet build --configuration Release
- name: Say hello - name: Say hello
run: echo "Hello from GitHub Actions!" run: echo "Hello from GitHub Actions!"