mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-02 04:30:14 +00:00
Trying to drop path from resulting set of artifacts.
This commit is contained in:
parent
98787a87fb
commit
520076abb6
18
.github/workflows/gradle.yml
vendored
18
.github/workflows/gradle.yml
vendored
@ -35,17 +35,13 @@ 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
|
- name: Collect artifacts
|
||||||
|
run: |
|
||||||
|
mkdir artifacts
|
||||||
|
cp $(find app/ -name "AppleCommander-*.jar") artifacts/
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: |
|
path: artifacts/
|
||||||
app/ant-ac/build/libs/AppleCommander-*.jar
|
|
||||||
app/cli-ac/build/libs/AppleCommander-*.jar
|
|
||||||
app/cli-acx/build/libs/AppleCommander-*.jar
|
|
||||||
app/gui-swt-linux-aarch64/build/libs/AppleCommander-*.jar
|
|
||||||
app/gui-swt-linux-arm/build/libs/AppleCommander-*.jar
|
|
||||||
app/gui-swt-linux-x86_64/build/libs/AppleCommander-*.jar
|
|
||||||
app/gui-swt-macosx-aarch64/build/libs/AppleCommander-*.jar
|
|
||||||
app/gui-swt-macosx-x86_64/build/libs/AppleCommander-*.jar
|
|
||||||
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