Enable macOS universal builds (#52)

* enable universal builds (x86_64/arm64) on macOS

* rename macOS build artifact filename

* update README.md
This commit is contained in:
Andre Fonseca
2023-08-28 11:25:41 +02:00
committed by GitHub
parent c41d128e73
commit 7a85414ece
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
- name: Upload results
uses: actions/upload-artifact@v3
with:
name: blips-apple-x86_64.zip
name: blips-apple-universal.zip
path: |
build/tools/blisp/blisp
if-no-files-found: error