HOPEFULLY I DID THIS RIGHT

i think i added the canary variable
This commit is contained in:
GabCoolGuy 2024-11-21 12:58:33 +01:00
parent 1f694aa424
commit 58cfffd14d
4 changed files with 8 additions and 3 deletions

View file

@ -25,7 +25,6 @@ env:
RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO: "Ryujinx"
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "Ryujinx-Canary"
RELEASE: 1
CANARY: 1
jobs:
tag:
@ -60,6 +59,9 @@ jobs:
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
token: ${{ secrets.RELEASE_TOKEN }}
run: |
echo "1" >> $CANARY
shell: bash
release:
name: Release for ${{ matrix.platform.name }}

View file

@ -59,6 +59,9 @@ jobs:
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
token: ${{ secrets.RELEASE_TOKEN }}
run: |
echo "0" >> $CANARY
shell: bash
release:
name: Release for ${{ matrix.platform.name }}

View file

@ -21,7 +21,7 @@ CONFIGURATION=$7
EXTRA_ARGS=$8
CANARY=$9
printf "Canary var: %s" "$CANARY"
printf "Canary var: %s" "$CANARY \n"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
then

View file

@ -21,7 +21,7 @@ CONFIGURATION=$7
EXTRA_ARGS=$8
CANARY=$9
printf "Canary var: %s" "$CANARY"
printf "Canary var: %s" "$CANARY \n"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
then