Trying to drop path from resulting set of artifacts.

This commit is contained in:
Rob Greene 2023-10-24 17:25:07 -05:00
parent 98787a87fb
commit 520076abb6
1 changed files with 7 additions and 11 deletions

View File

@ -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