From b6d26fe55fbcdd1146622302a4aca2259509c1c7 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 11 Feb 2026 21:51:13 +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 a7ddb5d..3fdd5a4 100644 --- a/.gitea/workflows/build_test_publish.yml +++ b/.gitea/workflows/build_test_publish.yml @@ -67,7 +67,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: