diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10c13cc..28e6981 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,5 @@ jobs: uses: actions/checkout@v3 - name: Gradle Build run: | - chmod +x ./BasicDrive/gradlew - cd BasicDrive && ./gradlew build + chmod +x ./CompetitionSoftware/gradlew + cd CompetitionSoftware && ./gradlew build