From 78725422179b03c4e9483ab1f11fd563a497e51e Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:56:20 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 849ad2f..29d7eda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + tag_name: ${{ github.run_id }}-${{ github.run_attempt }} + release_name: ${{ github.run_id }}-${{ github.run_attempt }} upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./WVCore.Server/bin/Release/net8.0/win-x64/publish/* asset_name: WVCore.Server-win-x64.zip