Skip to content

Commit

Permalink
i'm tired boss
Browse files Browse the repository at this point in the history
  • Loading branch information
GabCoolDude committed Nov 21, 2024
1 parent 272197b commit a7e3404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7e3404

Please sign in to comment.