I repeat: Please do not include parent dir in artifact

This commit is contained in:
Sebastian Stenzel
2021-07-20 18:04:44 +02:00
parent 339be371cd
commit 066f24a19f

View File

@@ -211,7 +211,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: appdir-${{ matrix.profile }}
path: appdir/Cryptomator*/
path: appdir/Cryptomator*/**
if-no-files-found: error