From fa887715111b11310323ce8d52a40a4279348217 Mon Sep 17 00:00:00 2001 From: Dylan Hall Date: Tue, 1 Mar 2022 17:44:02 +1100 Subject: [PATCH] update release id --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e6b38bd..e00c9fa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,7 +28,7 @@ jobs: RUNNER_TEMP: ${{ runner.temp }} GITHUB_WORKSPACE: ${{ github.workspace }} - name: Publish binaries - run: gh release upload 'v1.0' "${{ env.RUNNER_TEMP }}\\build.zip" --clobber + run: gh release upload 'v1.0.1' "${{ env.RUNNER_TEMP }}\\build.zip" --clobber env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RUNNER_TEMP: ${{ runner.temp }} \ No newline at end of file