Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NavinKumarMNK committed Apr 16, 2024
1 parent 8e447c5 commit 61a399a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cli-app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -48,5 +46,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/cli
asset_name: cli-${{ matrix.os }}
asset_name: cli
asset_content_type: application/octet-stream

0 comments on commit 61a399a

Please sign in to comment.