From d193277ecaabe8b7cfbd69dcb2138f3080846b48 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Fri, 6 Jan 2023 17:09:25 +0100 Subject: [PATCH] Optimize Github workflow (#1043) --- .github/workflows/build.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 899761d..2d62be8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,10 +69,13 @@ jobs: if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v3 - name: Download Artifacts + - name: Checkout snes9xgx repo + uses: actions/checkout@v3 + with: + fetch-depth: 0 - - uses: actions/download-artifact@v3 + - name: Download Artifacts + uses: actions/download-artifact@v3 with: path: dist