mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-23 05:24:56 +03:00
ok that one was my fault
This commit is contained in:
parent
38833ff60a
commit
9408452f93
4
.github/workflows/canary.yml
vendored
4
.github/workflows/canary.yml
vendored
@ -43,8 +43,8 @@ jobs:
|
||||
with:
|
||||
script: |
|
||||
github.rest.git.createRef({
|
||||
owner: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
||||
repo: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }},
|
||||
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
||||
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }},
|
||||
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
|
||||
sha: context.sha
|
||||
})
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -42,8 +42,8 @@ jobs:
|
||||
with:
|
||||
script: |
|
||||
github.rest.git.createRef({
|
||||
owner: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
||||
repo: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_REPO }},
|
||||
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
||||
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }},
|
||||
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
|
||||
sha: context.sha
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user