From c8c1c93d560f79bc1d019c7e7389aaeaf4c2c3df Mon Sep 17 00:00:00 2001 From: WillR27 Date: Sun, 14 Mar 2021 18:27:31 +0000 Subject: [PATCH] Update Release-Major.yml --- .github/workflows/Release-Major.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release-Major.yml b/.github/workflows/Release-Major.yml index 0f36e03..e9742fe 100644 --- a/.github/workflows/Release-Major.yml +++ b/.github/workflows/Release-Major.yml @@ -34,6 +34,7 @@ jobs: with: auto_increment_type: major tag_schema: semantic + release_name: Windows-x64 draft: false prerelease: true @@ -41,7 +42,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ github.workspace }}\Source\Builds\Bin\Dist-windows-x64\Pagoog\Pagoog.exe + file: ${{ github.workspace }}\Source\Build\Builds\Bin\Dist-windows-x64\Pagoog\Pagoog.exe asset_name: Pagoog.exe tag: ${{ steps.create.outputs.current_tag }} + release_name: Windows-x64