From 1896cbec45f4f29fa4cd302c20ffb81c48b160dd Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Tue, 24 Oct 2023 16:37:34 -0500 Subject: [PATCH] Attaching artifact to build result. Try 1. :-) --- .github/workflows/gradle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 25cfdeb..a647c12 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -35,3 +35,7 @@ jobs: env: # The SWT image tests fail in the pipeline; disable them. AC_SKIP_SWT_TESTS: true + - uses: actions/upload-artifact@v3 + with: + path: app/**/build/libs/AppleCommander-*.jar + if-no-files-found: error