From 3be3530b48102342d25bce8059ea873dcb138160 Mon Sep 17 00:00:00 2001 From: h3r0 <50238852+melo936@users.noreply.github.com> Date: Sun, 21 Jul 2024 08:48:11 +0000 Subject: [PATCH] chore: update git clone command in main.yml workflow --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e980110..10ab664 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,6 @@ on: env: SXSC_REPO: 'https://github.com/Atlas-OS/sxsc' - FILENAME: 'Revi-PB-${{ github.ref_name }}.apbx' jobs: build: @@ -20,7 +19,9 @@ jobs: # Credits to echnobas, Atlas and all the contributors. - name: Git clone sxsc run: | - git clone --depth=1 ${{ env.SXSC_REPO }} sxsc-src + git clone ${{ env.SXSC_REPO }} sxsc-src + cd sxsc-src + git checkout fd384df752dee77b11f687ec2f2ee667658605d7 - name: Build cab run: |