From 44eb8643afb5b74cca106b37397c9bc1ffd74d98 Mon Sep 17 00:00:00 2001 From: CatcherITGF Date: Mon, 29 Jan 2024 19:06:13 +0300 Subject: [PATCH] Test --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 528ed59a..79ec177b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,8 +17,8 @@ jobs: run: find . -mindepth 1 -type d -not -iwholename '*.git*' -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: Setup upterm session + uses: lhotari/action-upterm@v1 - name: "Install FPSLocker patches" working-directory: ./Sources/NXVenom run: curl -L https://github.com/masagrator/FPSLocker-Warehouse/archive/refs/heads/main.zip > main.zip && unzip main.zip && rm -rf SaltySD/plugins/FPSLocker/patches && cp -r FPSLocker-Warehouse-main/SaltySD/plugins SaltySD/ && rm -rf FPSLocker-Warehouse-main && rm -rf ./main.zip