diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 86763550..3eac95aa 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -613,6 +613,9 @@ jobs: cp "$FILE" "${RELEASE_DIR}/${TARGET_NAME}" done + # Display the structure of the release directory: + ls -Rlhat $GITHUB_WORKSPACE/release/assets + - name: Create .update directory run: mkdir -p $GITHUB_WORKSPACE/.updates @@ -636,6 +639,9 @@ jobs: done } + # Display the structure of the release directory: + ls -Rlhat $GITHUB_WORKSPACE/release/assets + # Iterate over all signature files: while IFS= read -r -d '' sig_file; do