Update .forgejo/workflows/build.yaml
Some checks failed
Compile Gradle Project / Build Project (push) Failing after 1m18s

This commit is contained in:
Derek 2025-04-11 22:20:14 +00:00
parent d8d26300f5
commit 8adacb62e7

View file

@ -3,7 +3,7 @@ name: Compile Gradle Project
on: [push]
jobs:
Build Project:
runs-on: ubuntu-24.04
runs-on: ubuntu
env:
VERSION: ${{ github.ref_name }}
RELEASE_VERSION: ${{ github.ref_name }}