From 0ee75be70c92eab8c4d6fc49b40e36d337e58068 Mon Sep 17 00:00:00 2001 From: CatcherITGF Date: Tue, 19 Dec 2023 17:43:37 +0300 Subject: [PATCH] Debug action --- .github/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index abbde8f3..0ad7e060 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,9 +14,11 @@ jobs: with: fetch-depth: 0 # It's needed for git-restore-mtime - name: Reset directories timestamp # Workaround for https://github.com/MestreLion/git-tools/issues/47 - run: find . -not -path '*/.*' -type d -exec touch -t 197001010000 {} \; && git-restore-mtime + run: find . -not -path '*/.*' -type d -exec touch -t 197001010000 {} \; - name: Restore files timestamp uses: chetan/git-restore-mtime-action@v2 # Restore files original modification time to have deterministic zip bundles + - name: Setup upterm session + uses: lhotari/action-upterm@v1 - name: "Compile OCBundle" working-directory: ./Sources/OCBundle run: zip -qqrX ../../OCBundle.zip ./