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