Skip to content

Commit

Permalink
feat: 👷 now intel mac
Browse files Browse the repository at this point in the history
  • Loading branch information
gouz committed Aug 30, 2024
1 parent 882f732 commit 87549c5
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
release_suffix: ubuntu
- os: macos-latest
release_suffix: mac
- os: macos-12
release_suffix: mac_intel
platform: x64
runs-on: ${{ matrix.os }}
steps:
- uses: oven-sh/setup-bun@v1
Expand All @@ -65,6 +68,9 @@ jobs:
- name: Run Mac Build
if: matrix.os == 'macos-latest'
run: cat ./choc.tar.gz > release_mac.tar.gz
- name: Run Mac Intel Build
if: matrix.os == 'macos-latest'
run: cat ./choc.tar.gz > release_mac_intel.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down
91 changes: 91 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choc",
"version": "0.1.12",
"version": "0.1.13",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit 87549c5

Please sign in to comment.