Ver Fonte

I repeat: Please do not include parent dir in artifact

Sebastian Stenzel há 4 anos atrás
pai
commit
066f24a19f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

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