mirror of
https://github.com/Ryubing/RyujinxHelper.git
synced 2025-05-12 18:20:36 +01:00
oops
This commit is contained in:
parent
6d9ffb0af8
commit
85d95e7fb9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -46,9 +46,9 @@ 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
|
||||||
repo: RyujinxHelper
|
repo: RyujinxHelper
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue