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 4d3134b commit b1bbd90
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}}"
NAME="${NAME:-${PROJECT_NAME}_${RELEASE_NAME}}_x86_64-unknown-linux-gnu"
ARCHIVE_TYPES="${ARCHIVE_TYPES:-"tar.xz"}"
EXTRA_FILES="${EXTRA_FILES:-""}"

Expand Down

0 comments on commit b1bbd90

Please sign in to comment.