mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
fix: correctly calculate age of releases in -arrs
This commit is contained in:
2
.github/workflows/publish_s3.yml
vendored
2
.github/workflows/publish_s3.yml
vendored
@@ -179,7 +179,7 @@ jobs:
|
||||
const url = `https://builds.lunasea.app/#${ process.env.BUILD_TITLE }/`;
|
||||
let _base = `[Download](${url})`;
|
||||
if ( ANDROID || IOS || LINUX || MACOS || WEB || WINDOWS) {
|
||||
_base += '\n\nThis release is only available for the following platforms: ';
|
||||
_base += '\n\nThis release is available on the following platforms: ';
|
||||
|
||||
const platforms = [];
|
||||
if (ANDROID) platforms.push('Android');
|
||||
|
||||
Reference in New Issue
Block a user