Skip to content

Commit

Permalink
Fix another typo in release (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
danerwilliams committed Oct 2, 2023
1 parent 3e0b50d commit e4a3741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
os: [macos, ubuntu]
include:
- os: macos
build: yarn workspace @danerwilliams/charcoal run build-pkg -t node16-macos -o "gt-macos-x68-${{ github.sha }}"
build: yarn workspace @danerwilliams/charcoal run build-pkg -t node16-macos -o "gt-macos-x86-${{ github.sha }}"
artifact-name: gt-macos-x86-${{ github.sha }}
artifact-path: apps/cli/gt-macos-x86-${{ github.sha }}
- os: ubuntu
Expand Down

0 comments on commit e4a3741

Please sign in to comment.