Debug release workflow
This commit is contained in:
parent
92db9f5d13
commit
9ad508f127
1 changed files with 6 additions and 1 deletions
7
.github/scripts/release.sh
vendored
7
.github/scripts/release.sh
vendored
|
@ -82,8 +82,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue