Explorar el Código

I repeat: Please do not include parent dir in artifact

Sebastian Stenzel hace 4 años
padre
commit
066f24a19f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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