diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c595bf3..f151169 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -35,6 +35,9 @@ jobs: runs-on: ubuntu-26.04 needs: build_arch steps: + - name: Checkout Current Repo + uses: actions/checkout@v4 + - name: Download Artifact uses: actions/download-artifact@v3 with: