From d51ed4f17879a8462d505cf896cdb3db27bd722d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sun, 22 May 2022 23:39:52 +0200 Subject: [PATCH] Upload more Linux builds to openrct2.org --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 495948e909..7bf354489d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,8 +285,8 @@ jobs: - name: Run Tests run: . scripts/setenv -q && run-tests - name: Upload artifacts (openrct2.org) - if: matrix.distro == 'bionic' # Need to get openrct2.org updated before other distros can be enabled run: | + # Build identification code: https://github.com/Limetric/OpenRCT2.org/blob/e5b738f3dadcc5a3b78e8dfd434756ff31eaa1d3/src/misc/releaseAsset.js#L94-L116 . scripts/setenv -q if [[ "$OPENRCT2_PUSH" == "true" ]]; then upload-build artifacts/OpenRCT2-${{ runner.os }}-${{ matrix.distro }}-${{ matrix.platform }}.tar.gz linux-${{ matrix.platform }} $OPENRCT2_VERSION $OPENRCT2_SHA1 $OPENRCT2_BRANCH