From: Arnav495 Date: Thu, 7 Aug 2025 21:57:32 +0000 (-0700) Subject: Add createVersionFile to CI. X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=8028a585ed953eb2fb3ae5c400b807fc4e13123a;p=FRC2026.git Add createVersionFile to CI. --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 849878f..faa5948 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,10 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + # Call gversion to make the version file + - name: Create BuildData.java + run: ./gradlew createVersionFile + # Runs a single command using the runners shell - name: Compile and run tests on robot code run: ./gradlew build