Skip to content

Commit

Permalink
Merge pull request #51 from ghrcdaac/mlh0079-cicd-fix
Browse files Browse the repository at this point in the history
 - Fixing name issue.
  • Loading branch information
sflynn-itsc authored Oct 20, 2023
2 parents 61e9180 + eeac6e3 commit 8967fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ curl -L \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
-H "Content-Type: application/octet-stream" \
"$RELEASE_URL/assets?name=dmrpp_file_generator-${BASH_REMATCH[1]}-py3-none-any.whl" \
--data-binary "@dmrpp_file_generator-${BASH_REMATCH[1]}-py3-none-any.whl"
"$RELEASE_URL/assets?name=dmrpp_generator-${BASH_REMATCH[1]}-py3-none-any.whl" \
--data-binary "@dmrpp_generator-${BASH_REMATCH[1]}-py3-none-any.whl"

0 comments on commit 8967fb5

Please sign in to comment.