Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
BUILD: WORKING COMMIT - DELETE
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Dec 30, 2023
1 parent 21f152b commit f32ecc8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/release-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,5 @@ parse_commandline "$@"
set -o errexit
set -o xtrace

for row in $(jq -c '.[]' "dist/artifacts.json"); do
path=$(echo "${row}" | jq -r '.path')
name=$(echo "${path}" | cut -d '/' -f 2)

gh release upload "${_arg_release}" "${path}%${name}%"
done
gh release upload "${_arg_release}" dist/*{Darwin,Windows,Linux}*
# ] <-- needed because of Argbash

0 comments on commit f32ecc8

Please sign in to comment.