mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-26 19:29:24 +00:00
Attaching artifact to build result. Try 1. :-)
This commit is contained in:
parent
bbfad3070c
commit
1896cbec45
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -35,3 +35,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
# The SWT image tests fail in the pipeline; disable them.
|
# The SWT image tests fail in the pipeline; disable them.
|
||||||
AC_SKIP_SWT_TESTS: true
|
AC_SKIP_SWT_TESTS: true
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: app/**/build/libs/AppleCommander-*.jar
|
||||||
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user