Skip to content
Snippets Groups Projects
Commit 6fa2bfc7 authored by Evan Husted's avatar Evan Husted
Browse files

fix canary ci

parent 2c24df02
No related branches found
Tags Canary-1.2.215
No related merge requests found
......@@ -122,7 +122,7 @@ jobs:
if: matrix.platform.os == 'windows-latest'
run: |
pushd publish
rm publish/libarmeilleure-jitsupport.dylib
rm libarmeilleure-jitsupport.dylib
7z a ../release_output/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.zip ../publish
popd
shell: bash
......@@ -131,8 +131,8 @@ jobs:
if: matrix.platform.os == 'ubuntu-latest'
run: |
pushd publish
rm publish/libarmeilleure-jitsupport.dylib
chmod +x publish/Ryujinx.sh publish/Ryujinx
rm libarmeilleure-jitsupport.dylib
chmod +x Ryujinx.sh Ryujinx
tar -czvf ../release_output/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz ../publish
popd
shell: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment