Fix: Typo
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m13s

This commit is contained in:
2026-01-15 10:40:39 +01:00
parent 6f0d30cde1
commit 4405df38aa

View File

@@ -15,7 +15,7 @@ jobs:
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken"
run: git submodules update --init
run: git submodule update --init
- name: "Dotnet SDK einrichten"
uses: actions/setup-dotnet@v4
with: