infra: Don't repackage appimages

This commit is contained in:
Samuel 2024-10-06 10:45:51 -04:00 committed by GitHub
parent 9c5dda1848
commit f722c7f639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,7 @@ jobs:
# AppImage archive # AppImage archive
pushd publish_ava_appimage pushd publish_ava_appimage
tar -czvf ../release_output/ryujinx-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}-AppImage.tar.gz * mv ./*AppImage* ../release_output
popd popd
shell: bash shell: bash
@ -169,7 +169,7 @@ jobs:
with: with:
name: ${{ steps.version_info.outputs.build_version }} name: ${{ steps.version_info.outputs.build_version }}
tag: ${{ steps.version_info.outputs.build_version }} tag: ${{ steps.version_info.outputs.build_version }}
artifacts: "release_output/*.tar.gz,release_output/*.zip" artifacts: "release_output/*.tar.gz,release_output/*.zip,release_output/*AppImage*"
draft: "true" draft: "true"
omitBody: true omitBody: true
#omitBodyDuringUpdate: true #omitBodyDuringUpdate: true