Skip to content

Commit

Permalink
Support specify the publish file name (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: ihaiker <ni@renzhen.la>
  • Loading branch information
ihaiker and ihaiker authored Mar 5, 2022
1 parent 64173c6 commit 674a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi
UPLOAD_URL=${UPLOAD_URL/\{?name,label\}/}
RELEASE_NAME=$(echo "$EVENT_DATA" | jq -r .release.tag_name)
PROJECT_NAME=$(basename "$GITHUB_REPOSITORY")
NAME="${NAME:-${PROJECT_NAME}_${RELEASE_NAME}}_${RUSTTARGET}"
NAME="${NAME:-${PROJECT_NAME}_${RELEASE_NAME}_${RUSTTARGET}}"
ARCHIVE_TYPES="${ARCHIVE_TYPES:-"zip"}"
EXTRA_FILES="${EXTRA_FILES:-""}"

Expand Down

0 comments on commit 674a3d3

Please sign in to comment.