]> git.taranathan.com Git - FRC2026.git/commitdiff
Add createVersionFile to CI.
authorArnav495 <arnieincyberland@gmail.com>
Thu, 7 Aug 2025 21:57:32 +0000 (14:57 -0700)
committerArnav495 <arnieincyberland@gmail.com>
Thu, 7 Aug 2025 21:57:32 +0000 (14:57 -0700)
.github/workflows/main.yml

index 849878f35f647b6bb01fd07f26047c5a3a52cedd..faa5948d70a5d39adef46e1bfcb377287b534d38 100644 (file)
@@ -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