From a259cfc27c5b8a0358a7da5837c8df5bf0aa3e19 Mon Sep 17 00:00:00 2001 From: 0FL01 Date: Tue, 22 Jul 2025 07:58:23 +0300 Subject: [PATCH] remove trash --- .github/workflows/flatpak-build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index 423e537881..241b4ae563 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -9,11 +9,16 @@ jobs: runs-on: self-hosted steps: + - name: Force clean workspace + run: | + echo "Принудительная очистка рабочей директории..." + sudo rm -rf ./* || true + sudo rm -rf ./.git* || true + - name: Checkout repository with submodules uses: actions/checkout@v4 with: submodules: 'recursive' - clean: true - name: Verify that required secrets are set run: |