mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Debug release workflow
This commit is contained in:
parent
514f338cd1
commit
10dd1aced9
1 changed files with 7 additions and 1 deletions
8
.github/scripts/release.sh
vendored
8
.github/scripts/release.sh
vendored
|
@ -81,8 +81,13 @@ echo "Creating release packages for version $NEW_VERSION..."
|
|||
# List of supported OSes.
|
||||
oses=("linux" "linux-arm" "darwin")
|
||||
|
||||
cd "${BUILD_DIRECTORY}"
|
||||
|
||||
ls -a
|
||||
|
||||
# Navigate to the release directory.
|
||||
cd "${RELEASE_DIRECTORY}"
|
||||
#cd "${RELEASE_DIRECTORY}"
|
||||
cd "/releases"
|
||||
|
||||
for os in "${oses[@]}"; do
|
||||
os_dir="../$os"
|
||||
|
@ -90,6 +95,7 @@ for os in "${oses[@]}"; do
|
|||
if [ -d "$os_dir" ]; then
|
||||
release_artifact_folder="openmcpauthproxy_${os}-v${CURRENT_VERSION}"
|
||||
mkdir -p "$release_artifact_folder"
|
||||
|
||||
cp -r "$os_dir/*" "$release_artifact_folder"
|
||||
|
||||
# Zip the release package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue