From 93b3860d7da964efdc1ff237076904de89357964 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 20 Jun 2023 08:11:29 -0400 Subject: [PATCH] Fix MIME type of .deb --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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