From 9a8cb97875e71bbabfeecdb047f91609b382a743 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 1 Mar 2021 00:54:32 +1000 Subject: [PATCH] CI: Add missing Mac build to preview release --- .github/workflows/rolling-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 1e455b132..364719e2b 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -337,6 +337,7 @@ jobs: linux-x64-appimage-qt/duckstation-qt-x64.AppImage linux-x64-appimage-qt-zsync/duckstation-qt-x64.AppImage.zsync android/duckstation-android.apk + macos-x64/duckstation-mac-release.zip - name: Create dev release if: github.ref == 'refs/heads/dev'