infra: Don't repackage appimages
This commit is contained in:
parent
9c5dda1848
commit
f722c7f639
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user