Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Update workflow for binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper7kills committed Nov 27, 2023
1 parent 65ee15e commit 254818d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/staging_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 254818d

Please sign in to comment.