mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-30 16:29:40 +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:
|
||||
# The SWT image tests fail in the pipeline; disable them.
|
||||
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:
|
||||
name: build-artifacts
|
||||
path: |
|
||||
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
|
||||
path: artifacts/
|
||||
if-no-files-found: error
|
||||
|
Loading…
Reference in New Issue
Block a user