Add more mentions of canary #258

Merged
GabCoolDude merged 34 commits from canarymention into master 2024-11-21 18:34:53 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit a7e34045eb - Show all commits

View File

@ -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:

View File

@ -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: