diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index ac391e57be..08aa454616 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -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