From 04eddb7a626a8bf3cce61b8a7dbc35f698308c88 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Tue, 3 Dec 2024 13:54:30 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20AppImage=20=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=81=8C=E3=82=B9=E3=82=AD=E3=83=83=E3=83=97=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1411102..2ff35426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: package_name: AivisSpeech compressed_artifact_name: AivisSpeech-Linux-x64 app_asar_dir: prepackage/resources - installer_artifact_name: AivisSpeech.AppImage + installer_artifact_name: linux-x64-appimage linux_artifact_name: "AivisSpeech.${ext}" linux_executable_name: AivisSpeech linux_appimage_7z_name: AivisSpeech.AppImage @@ -373,7 +373,7 @@ jobs: paste -d '\t' archives_name.txt archives_size.txt archives_hash.txt > archives.txt - mv archives.txt "${{ matrix.installer_artifact_name }}.7z.txt" + mv archives.txt "AivisSpeech.AppImage.7z.txt" done - name: Upload Linux AppImage split to Artifacts