Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ryujinx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tartifless
Ryujinx
Commits
6fa2bfc7
Commit
6fa2bfc7
authored
2 months ago
by
Evan Husted
Browse files
Options
Downloads
Patches
Plain Diff
fix canary ci
parent
2c24df02
No related branches found
Branches containing commit
Tags
Canary-1.2.215
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/canary.yml
+3
-3
3 additions, 3 deletions
.github/workflows/canary.yml
with
3 additions
and
3 deletions
.github/workflows/canary.yml
+
3
−
3
View file @
6fa2bfc7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment