upload contents of appdir without the "Cryptomator[.app]" itself

This commit is contained in:
Sebastian Stenzel
2021-07-20 17:54:03 +02:00
parent 45777b12cd
commit 339be371cd

View File

@@ -201,16 +201,17 @@ jobs:
--java-options "-Xss5m"
--java-options "-Xmx256m"
${{ matrix.jpackageoptions }}
- name: Add Contrib Files
run: |
if [ -e dist/appdir/${{ matrix.profile }}/contrib/ ]; then
cp dist/appdir/${{ matrix.profile }}/contrib/* appdir/
fi
# TODO: patch in separate job
# - name: Add Contrib Files
# run: |
# if [ -e dist/appdir/${{ matrix.profile }}/contrib/ ]; then
# cp dist/appdir/${{ matrix.profile }}/contrib/* appdir/
# fi
- name: Upload appdir-${{ matrix.profile }}
uses: actions/upload-artifact@v2
with:
name: appdir-${{ matrix.profile }}
path: appdir
path: appdir/Cryptomator*/
if-no-files-found: error