Skip to content

Commit

Permalink
update release id
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandhall committed Mar 1, 2022
1 parent f0ee6b4 commit fa88771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fa88771

Please sign in to comment.