mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
upload contents of appdir without the "Cryptomator[.app]" itself
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user