We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07d3a5 commit 52a2949Copy full SHA for 52a2949
.github/workflows/build-packages.yml
@@ -44,4 +44,22 @@ jobs:
44
with:
45
name: packages
46
path: |
47
- packaging/debian/*.deb
+ packaging/debian/*.deb
48
+
49
+ macos-universal:
50
+ needs: build-packages
51
+ runs-on: ubuntu-latest
52
+ steps:
53
+ - name: Create Universal Binary
54
+ uses: manojkarthick/[email protected]
55
+ env:
56
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
+ with:
58
+ owner: ${{ github.repository_owner }}
59
+ repo: ${{ github.event.repository.name }}
60
+ tag: ${{ github.ref_name }}
61
+ amd64: "darwin-amd64"
62
+ arm64: "darwin-arm64"
63
+ compressed: "true"
64
+ overwrite: "true"
65
+ universal-identifier: "darwin-universal"
0 commit comments