Skip to content

Commit f67822e

Browse files
committed
Welp, it turns out that was needed
1 parent 5a8b10e commit f67822e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gradle-ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
uses: gradle/gradle-build-action@v2
2626
with:
2727
arguments: test
28-
# test also builds the uber jar, so this is unneeded
29-
# - name: Build live branch artifact
30-
# uses: gradle/gradle-build-action@v2
31-
# with:
32-
# arguments: startShadowScripts
28+
29+
- name: Build live branch artifact
30+
uses: gradle/gradle-build-action@v2
31+
with:
32+
arguments: startShadowScripts
3333

3434
- name: Archive live jar
3535
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)