Skip to content

Commit

Permalink
Fix: AppImage ビルドがスキップされる問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 3, 2024
1 parent 644a183 commit 04eddb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 04eddb7

Please sign in to comment.