Skip to content

Commit

Permalink
chore: add a release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnts committed Mar 10, 2024
1 parent 9d2f8cf commit 1ee0e6f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
jobs:
macos-x86:
name: macOS x86_64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
- run: zig build -Dtarget=x86_64-macos -Doptimize=ReleaseSmall
- uses: actions/upload-artifact@v4
with:
name: zup-macos-x86_64
path: ./zig-out/bin/zup

0 comments on commit 1ee0e6f

Please sign in to comment.