mirror of
https://github.com/Ryubing/RyujinxHelper.git
synced 2025-05-13 02:30:36 +01:00
oops
This commit is contained in:
parent
6d9ffb0af8
commit
85d95e7fb9
1 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: "RyujinxHelper V${{ steps.version_info.outputs.build_version }}"
|
name: "RyujinxHelper V${{ steps.version_info.outputs.build_version }}"
|
||||||
tag: ${{ steps.version_info.outputs.build_version }}
|
tag: ${{ steps.version_info.outputs.build_version }}
|
||||||
artifacts: "packages/*"
|
artifacts: "artifacts/*"
|
||||||
body: "**[Changes since last build](https://github.com/Ryubing/RyujinxHelper/compare/${{ steps.version_info.outputs.prev_build_version }}...${{ steps.version_info.outputs.build_version }})**"
|
body: "**[Changes since last build](https://github.com/Ryubing/RyujinxHelper/compare/${{ steps.version_info.outputs.prev_build_version }}...${{ steps.version_info.outputs.build_version }})**"
|
||||||
omitBodyDuringUpdate: true
|
omitBodyDuringUpdate: true
|
||||||
owner: Ryubing
|
owner: Ryubing
|
||||||
|
|
Loading…
Reference in a new issue