diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1236f761..a6065578 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,9 +46,9 @@ jobs: with: name: "RyujinxHelper V${{ 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 }})**" omitBodyDuringUpdate: true owner: Ryubing repo: RyujinxHelper - token: ${{ secrets.RELEASE_TOKEN }} \ No newline at end of file + token: ${{ secrets.RELEASE_TOKEN }}