Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmuente committed Sep 17, 2021
1 parent 615144c commit 3449a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/github-actions/entrypoint.sh
Expand Up @@ -29,7 +29,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}}"
ARCHIVE_TYPES="${ARCHIVE_TYPES:-"tar.xz"}"
EXTRA_FILES="${EXTRA_FILES:-""}"

Expand Down

0 comments on commit 3449a81

Please sign in to comment.