Skip to content

Commit

Permalink
Moar.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Oct 25, 2024
1 parent 4d84634 commit 7ff0d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./sqlwrite-linux
asset_name: sqlwrite-linux
label: "Linux binary"
asset_content_type: application/octet-stream

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

0 comments on commit 7ff0d26

Please sign in to comment.