Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT authored Sep 22, 2021
1 parent 101f1f3 commit 37030c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2161,15 +2161,6 @@ if [ -z "$skip_zipfile" ]; then
archive_version="$project_version"
archive_name="$( filename_filter "$file_name" ).zip"
archive_label="$( filename_filter "$file_name" )"
if [[ "${file_name}" == *"{game-type}"* ]] || [[ "$game_type" != "retail" && "${file_name}" == *"{classic}"* ]]; then
# append the game-type for clarity
archive_label="$archive_version-$game_type"
if [[ "$game_type" == "classic" && "${project_version,,}" == *"-classic"* ]] || [[ "$game_type" == "bcc" && "${project_version,,}" == *"-bcc"* ]]; then
# this is mostly for BigWigs projects that tag classic separately (eg, v10-classic)
# to prevent the extra -classic without changing all our workflows
archive_label="$archive_version"
fi
fi
archive="$releasedir/$archive_name"

if [ -n "$GITHUB_ACTIONS" ]; then
Expand Down

0 comments on commit 37030c2

Please sign in to comment.