Skip to content

Commit

Permalink
Update build_release.yml - Fixed mistakešŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory-AM authored Mar 9, 2024
1 parent b9ede39 commit fc03f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit fc03f07

Please sign in to comment.