mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Simplifying build.
This commit is contained in:
parent
8774139a98
commit
98787a87fb
44
.github/workflows/gradle.yml
vendored
44
.github/workflows/gradle.yml
vendored
@ -37,37 +37,15 @@ jobs:
|
|||||||
AC_SKIP_SWT_TESTS: true
|
AC_SKIP_SWT_TESTS: true
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: app/ant-ac/build/libs/AppleCommander-*.jar
|
name: build-artifacts
|
||||||
if-no-files-found: error
|
path: |
|
||||||
- uses: actions/upload-artifact@v3
|
app/ant-ac/build/libs/AppleCommander-*.jar
|
||||||
with:
|
app/cli-ac/build/libs/AppleCommander-*.jar
|
||||||
path: app/cli-ac/build/libs/AppleCommander-*.jar
|
app/cli-acx/build/libs/AppleCommander-*.jar
|
||||||
if-no-files-found: error
|
app/gui-swt-linux-aarch64/build/libs/AppleCommander-*.jar
|
||||||
- uses: actions/upload-artifact@v3
|
app/gui-swt-linux-arm/build/libs/AppleCommander-*.jar
|
||||||
with:
|
app/gui-swt-linux-x86_64/build/libs/AppleCommander-*.jar
|
||||||
path: app/cli-acx/build/libs/AppleCommander-*.jar
|
app/gui-swt-macosx-aarch64/build/libs/AppleCommander-*.jar
|
||||||
if-no-files-found: error
|
app/gui-swt-macosx-x86_64/build/libs/AppleCommander-*.jar
|
||||||
- uses: actions/upload-artifact@v3
|
app/gui-swt-win32-x86_64/build/libs/AppleCommander-*.jar
|
||||||
with:
|
|
||||||
path: app/gui-swt-linux-aarch64/build/libs/AppleCommander-*.jar
|
|
||||||
if-no-files-found: error
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
path: app/gui-swt-linux-arm/build/libs/AppleCommander-*.jar
|
|
||||||
if-no-files-found: error
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
path: app/gui-swt-linux-x86_64/build/libs/AppleCommander-*.jar
|
|
||||||
if-no-files-found: error
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
path: app/gui-swt-macosx-aarch64/build/libs/AppleCommander-*.jar
|
|
||||||
if-no-files-found: error
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
path: app/gui-swt-macosx-x86_64/build/libs/AppleCommander-*.jar
|
|
||||||
if-no-files-found: error
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
path: app/gui-swt-win32-x86_64/build/libs/AppleCommander-*.jar
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user