mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:59:48 +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}"
|
cp "$FILE" "${RELEASE_DIR}/${TARGET_NAME}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Display the structure of the release directory:
|
||||||
|
ls -Rlhat $GITHUB_WORKSPACE/release/assets
|
||||||
|
|
||||||
- name: Create .update directory
|
- name: Create .update directory
|
||||||
run: mkdir -p $GITHUB_WORKSPACE/.updates
|
run: mkdir -p $GITHUB_WORKSPACE/.updates
|
||||||
|
|
||||||
@ -636,6 +639,9 @@ jobs:
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Display the structure of the release directory:
|
||||||
|
ls -Rlhat $GITHUB_WORKSPACE/release/assets
|
||||||
|
|
||||||
# Iterate over all signature files:
|
# Iterate over all signature files:
|
||||||
while IFS= read -r -d '' sig_file; do
|
while IFS= read -r -d '' sig_file; do
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user