We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f62d9 commit 40afce8Copy full SHA for 40afce8
.github/workflows/release.yml
@@ -63,7 +63,6 @@ jobs:
63
draft: false
64
prerelease: false
65
- name: Attach linux binary
66
- id: upload-release-asset
67
uses: actions/upload-release-asset@v1
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -73,7 +72,6 @@ jobs:
73
72
asset_name: crystalline_linux.gz
74
asset_content_type: application/gzip
75
- name: Attach macOS binary
76
77
78
79
0 commit comments