From 7aebc7bc3132934ca1ffdc3c9c70f01226eb5078 Mon Sep 17 00:00:00 2001 From: Jabster28 <29015942+Jabster28@users.noreply.github.com> Date: Fri, 10 May 2024 19:05:14 +0100 Subject: [PATCH] chore: re-enable macos artifact uploads (#895) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d57bcc85..42a08d2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: ./gradlew packageInstallers working-directory: . - name: Move Release Files on Unix - if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }} + if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-13' }} run: | mkdir ${{ github.workspace }}/release if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then