From 9c8c91ea71fe882fe946e26ac4ff9feef443501a Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 11 Feb 2026 21:32:24 +0100 Subject: [PATCH] Update .gitea/workflows/build_test_publish.yml --- .gitea/workflows/build_test_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_test_publish.yml b/.gitea/workflows/build_test_publish.yml index e67b2d4..944c779 100644 --- a/.gitea/workflows/build_test_publish.yml +++ b/.gitea/workflows/build_test_publish.yml @@ -69,7 +69,7 @@ jobs: with: format: "zip" name: timetable_designer_${{needs.determine_version.outputs.version}}_${{ matrix.platform }}" - root-directory: "TimetableDesigner\bin\Release\net7.0-windows\win-${{ matrix.platform }}" + root-directory: TimetableDesigner\bin\Release\net7.0-windows\win-${{ matrix.platform }} - name: Upload artifact uses: actions/upload-artifact@v3 with: