mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-28 01:23:30 +00:00
Fix copy command
This commit is contained in:
parent
b8718bb636
commit
0de291fc87
1 changed files with 1 additions and 6 deletions
7
.github/scripts/release.sh
vendored
7
.github/scripts/release.sh
vendored
|
@ -65,13 +65,8 @@ echo "Creating release packages for version $NEW_VERSION..."
|
||||||
# List of supported OSes.
|
# List of supported OSes.
|
||||||
oses=("linux" "linux-arm" "darwin")
|
oses=("linux" "linux-arm" "darwin")
|
||||||
|
|
||||||
cd "${BUILD_DIRECTORY}"
|
|
||||||
|
|
||||||
ls -a
|
|
||||||
|
|
||||||
# Navigate to the release directory.
|
# Navigate to the release directory.
|
||||||
#cd "${RELEASE_DIRECTORY}"
|
cd "${RELEASE_DIRECTORY}"
|
||||||
cd "/releases"
|
|
||||||
|
|
||||||
for os in "${oses[@]}"; do
|
for os in "${oses[@]}"; do
|
||||||
os_dir="../$os"
|
os_dir="../$os"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue