0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-22 16:55:49 +00:00

Specify what is a canary tag

This commit is contained in:
Evan Husted 2024-11-06 16:55:17 -06:00
parent 6664ed1b11
commit 3e1182af22

View file

@ -44,7 +44,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
sha: context.sha
})