From 8028a585ed953eb2fb3ae5c400b807fc4e13123a Mon Sep 17 00:00:00 2001 From: Arnav495 Date: Thu, 7 Aug 2025 14:57:32 -0700 Subject: [PATCH] Add createVersionFile to CI. --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5