mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 12:19:47 +00:00
Show release assets
This commit is contained in:
parent
8c6d8b125f
commit
89c2a21754
6
.github/workflows/build-and-release.yml
vendored
6
.github/workflows/build-and-release.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user