mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-25 06:01:31 +00:00
I repeat: Please do not include parent dir in artifact
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user