Skip to content

Commit

Permalink
tags already include v
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Mar 1, 2021
1 parent 70f4b2a commit 7cd4544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ ! -z "${GITHUB_REF-}" ]]; then
version="$(echo $GITHUB_REF | sed 's|refs\/tags\/||')"
fi
fi
zip="${mod_name}_v${version}.zip"
zip="${mod_name}_${version}.zip"

# prepare
mkdir -p "$mods_dir"
Expand Down

0 comments on commit 7cd4544

Please sign in to comment.