Show release assets

This commit is contained in:
Thorsten Sommer 2024-06-22 11:44:45 +02:00
parent 8c6d8b125f
commit 89c2a21754
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

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