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 6482756 commit def5c96Copy full SHA for def5c96
.github/workflows/add_binaries_to_release.yml
@@ -21,8 +21,6 @@ jobs:
21
application: ["puller", "loader"]
22
executable_mime: ["application/x-executable", "application/x-mach-binary"]
23
exclude:
24
- - os: darwin
25
- cpu: arm64
26
- os: darwin
27
cpu: s390x
28
@@ -61,4 +59,4 @@ jobs:
61
59
upload_url: ${{ github.event.release.upload_url }}
62
60
asset_path: /tmp/output.sha256
63
asset_name: ${{ matrix.os }}-${{ matrix.cpu }}_${{ matrix.application }}.sha256
64
- asset_content_type: "text/plain"
+ asset_content_type: "text/plain"
0 commit comments