From 254818dd5312410b011d3b51bdf3d9dfd9bbd539 Mon Sep 17 00:00:00 2001 From: Will G Date: Mon, 27 Nov 2023 17:02:57 -0500 Subject: [PATCH] Update workflow for binary build --- .github/workflows/staging_push.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/staging_push.yml b/.github/workflows/staging_push.yml index 3e837de..ed64b54 100644 --- a/.github/workflows/staging_push.yml +++ b/.github/workflows/staging_push.yml @@ -31,7 +31,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + include: + - os: windows-latest + output: RBSAgent.exe + - os: ubuntu-latest + output: RBSAgent + - os: macos-latest + output: RBSAgent.app steps: - name: Checkout code uses: actions/checkout@v2