mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 21:39:26 +00:00
fix
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -236,12 +236,12 @@ jobs:
|
||||
- name: Check style
|
||||
run: ant checkstyle
|
||||
|
||||
- name: Build and Test
|
||||
- name: Build and Test (Release)
|
||||
if: needs.compute-version.outputs.doRelease == 'true'
|
||||
run: ant -new-version-set build test
|
||||
run: ant new-version-set build test
|
||||
|
||||
- name: Build and Test
|
||||
if: needs.compute-version.outputs.doRelease != 'true'
|
||||
- name: Build and Test (Private)
|
||||
if: needs.compute-version.outputs.doRelease == 'false'
|
||||
run: ant build test
|
||||
|
||||
- name: Set Java 21
|
||||
|
||||
Reference in New Issue
Block a user