Skip to content

Commit

Permalink
更新 dotnet.yml
Browse files Browse the repository at this point in the history
默认.NET4.0编译
  • Loading branch information
uknowsec committed Jul 22, 2021
1 parent 7d1fc67 commit c854546
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 @@ -31,7 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: Release ${{ github.run_number }}
tag_name: ${{ github.run_number }}
release_name: Release ${{ github.run_number }}
draft: false
- name: Upload Release Asset
Expand Down

0 comments on commit c854546

Please sign in to comment.