mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Fix MIME type of .deb
This commit is contained in:
@@ -1205,7 +1205,7 @@ jobs:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./package-deb-amd64/tgstation-server_${{ env.TGS_VERSION }}-1_amd64.deb
|
||||
asset_name: tgstation-server_${{ env.TGS_VERSION }}-1_amd64.deb
|
||||
asset_content_type: application/octet-stream
|
||||
asset_content_type: application/vnd.debian.binary-package
|
||||
|
||||
- name: Upload .dsc Artifact
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
||||
Reference in New Issue
Block a user