diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c990641..4a57890 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,6 +59,11 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 1 + - name: Download All Zipped Builds uses: actions/download-artifact@v4 with: