From fc03f0736429c3a21c32d3b0fb62b0927c83a580 Mon Sep 17 00:00:00 2001 From: GregoryAM <83489100+Gregory-AM@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:31:05 -0600 Subject: [PATCH] =?UTF-8?q?Update=20build=5Frelease.yml=20-=20Fixed=20mist?= =?UTF-8?q?ake=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index ccdf163a..fcbfcb45 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -120,6 +120,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.build_and_release_windows.outputs.upload_url }} + asset_path: ./overviewer-${{ env.VERSION }}-LINUX.tar.xz + asset_name: overviewer-${{ env.VERSION }}-LINUX.tar.xz + asset_content_type: application/x-xz build_and_release_debian: strategy: @@ -178,7 +181,4 @@ jobs: asset_path: ../the-minecraft-overviewer_${{ env.VERSION }}-0_amd64.deb asset_name: overviewer-v${{ env.VERSION }}-x86_64-${{ matrix.os }}.deb asset_content_type: application/x-deb - asset_path: ./overviewer-${{ env.VERSION }}-LINUX.tar.xz - asset_name: overviewer-${{ env.VERSION }}-LINUX.tar.xz - asset_content_type: application/x-xz