mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-01-30 01:37:09 +00:00
fix release ref
This commit is contained in:
parent
aa4565577d
commit
20f46dbd6b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -240,11 +240,11 @@ jobs:
|
|||
# TODO: remove before merge
|
||||
- name: Create tag
|
||||
run: |
|
||||
gli create-tag -T ${{ secrets.GITLAB_TOKEN }} -P ryubing/ryujinx -n Canary-${{ steps.version_info.outputs.build_version }} -r ${{ steps.version_info.outputs.git_short_hash }} -c "${{ steps.version_info.outputs.commit_message }}"
|
||||
gli create-tag -T ${{ secrets.GITLAB_TOKEN }} -P ryubing/ryujinx -n ${{ steps.version_info.outputs.build_version }} -r ${{ steps.version_info.outputs.git_short_hash }} -c "${{ steps.version_info.outputs.commit_message }}"
|
||||
|
||||
- name: Create release
|
||||
run: |
|
||||
gli create-release-from-generic-package-files -T ${{ secrets.GITLAB_TOKEN }} -P ryubing/test-stable-ci -n Ryubing -v ${{ steps.version_info.outputs.build_version }} -r main -t "${{ steps.version_info.outputs.build_version }}" -b "msd:${{ steps.version_info.outputs.build_version }}"
|
||||
gli create-release-from-generic-package-files -T ${{ secrets.GITLAB_TOKEN }} -P ryubing/test-stable-ci -n Ryubing -v ${{ steps.version_info.outputs.build_version }} -r master -t "${{ steps.version_info.outputs.build_version }}" -b "msd:${{ steps.version_info.outputs.build_version }}"
|
||||
|
||||
# TODO: uncomment before merge
|
||||
# - name: Send notification webhook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue