diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-07 15:12:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-07 15:12:18 +0100 |
| commit | 1e86d621e6b3661bd250b56a2012dd59017edde6 (patch) | |
| tree | d7a1fcba8640ecdc0edb49c222a4643bc3d02d3d /bin/build-distribution-archives | |
| parent | 7514e716a1c854df4305ae801dcd933c9eea1ce5 (diff) | |
Fix some workflow issues (#3330)
Diffstat (limited to 'bin/build-distribution-archives')
| -rw-r--r-- | bin/build-distribution-archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index eec3b011..34085f3a 100644 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -104,7 +104,7 @@ if [ "$BUILD" = "windows" ]; then fi fi -if [ "$BUILD" = "linux" ] || [ "$BUILD" = "linux32" ]; then +if [ "$BUILD" = "linux" ] || [ "$BUILD" = "linux-new" ] || [ "$BUILD" = "linux-old" ] || [ "$BUILD" = "linux32" ]; then if [[ "$VERSION" =~ ^v[0-9][.0-9]+$ ]]; then VERSION=${VERSION#v} else |
