From b88daa4142b81b897f9d667c5120b93aa8c41902 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Fri, 6 Jan 2023 17:10:05 +0100 Subject: [PATCH] Optimize Github workflow (#450) --- .github/workflows/build.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92ba000..394313c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,10 +67,13 @@ jobs: if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v3 - name: Download Artifacts - - - uses: actions/download-artifact@v3 + - name: Checkout vbagx repo + uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: Download Artifacts + uses: actions/download-artifact@v3 with: path: dist