Skip to content

Commit 7ff0d26

Browse files
committed
Moar.
1 parent 4d84634 commit 7ff0d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
upload_url: ${{ github.event.release.upload_url }}
6868
asset_path: ./sqlwrite-linux
6969
asset_name: sqlwrite-linux
70-
label: "Linux binary"
70+
asset_content_type: application/octet-stream
7171

7272
- name: Upload macOS binary
7373
uses: actions/upload-release-asset@v1
@@ -77,4 +77,4 @@ jobs:
7777
upload_url: ${{ github.event.release.upload_url }}
7878
asset_path: ./sqlwrite-mac
7979
asset_name: sqlwrite-mac
80-
label: "macOS binary"
80+
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)