diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 094dde7..f0b5a50 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -62,6 +62,10 @@ jobs: sync ls -lh "${{ env.OUTPUT_DIR }}" + - name: Print permissions of output dir + run: | + find "${{ env.OUTPUT_DIR }}" -type f -exec ls -lh {} \; + - name: TEMP - List everything recursively run: | echo "[DEBUG] Full tree of ${{ env.OUTPUT_DIR }}"