Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
Signed-off-by: danCrespo <117232080+danCrespo@users.noreply.github.com>
  • Loading branch information
danCrespo committed Sep 14, 2023
1 parent 86dd46d commit 50a0e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-package
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ recurse_dir() {
if [[ -f "${document}" ]]; then
mime_type="$(file --brief --mime-type "${document}")"

if [[ "${mime_type}" == *"${zip}"* ]]; then
if [[ "${mime_type}" == 'application/gzip' ]]; then
echo "${document}"
export BINARY="${document}"
upload_release_asset "${mime_type}"
Expand Down

0 comments on commit 50a0e6e

Please sign in to comment.