diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79a1306..a978b82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,9 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + path: Quiz4Everyone - name: Get Artifacts uses: actions/download-artifact@v4 with: