Skip to content

tuning alt auto, need to copy over changes to red alt auto #45

tuning alt auto, need to copy over changes to red alt auto

tuning alt auto, need to copy over changes to red alt auto #45

Workflow file for this run

# .github/workflows/build.yml
name: Build DecodeV2 for testing
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
build:
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
- name: Grant execute permission to gradlew
run: chmod +x gradlew
- name: Build TeamCode debug APK
run: ./gradlew :TeamCode:assembleDebug