mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
i'm tired boss
This commit is contained in:
parent
272197bca7
commit
a7e34045eb
2 changed files with 4 additions and 2 deletions
3
.github/workflows/canary.yml
vendored
3
.github/workflows/canary.yml
vendored
|
|
@ -59,8 +59,9 @@ jobs:
|
|||
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
|
||||
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
canary: 1
|
||||
run: |
|
||||
echo "1" >> $CANARY
|
||||
echo $CANARY
|
||||
shell: bash
|
||||
|
||||
release:
|
||||
|
|
|
|||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -59,8 +59,9 @@ jobs:
|
|||
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
|
||||
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
canary: 0
|
||||
run: |
|
||||
echo "0" >> $CANARY
|
||||
echo $CANARY
|
||||
shell: bash
|
||||
|
||||
release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue