Skip to content

Commit

Permalink
fix: specifying targets for oclif-dev pack (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: shrutiburman <87537688+shrutiburman@users.noreply.github.com>
  • Loading branch information
isha689 and shrutiburman committed Oct 10, 2022
1 parent 12097b3 commit f0dfea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oclif-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include:
- os: macos-latest
asset_name: twilio-v${{ github.event.inputs.tag-name }}
command_name: npx oclif-dev pack --xz
command_name: npx oclif-dev pack --xz -t darwin-arm64,darwin-x64,linux-arm,linux-x64,win32-x64,win32-x86
publish: homebrew
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f0dfea5

Please sign in to comment.