Skip to content

Commit

Permalink
Use latest dotnet on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Sep 16, 2022
1 parent 5347707 commit a61288d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v2
with:
# Fixed version, workaround for https://github.com/dotnet/core/issues/7176
dotnet-version: 6.0.100
dotnet-version: 6.0.x

- name: Publish
run: dotnet publish YoutubeDownloader/ -o YoutubeDownloader/bin/Publish --configuration Release
Expand Down Expand Up @@ -90,4 +89,4 @@ jobs:
payload: |
{
"content": "**YoutubeDownloader** new version released!\nVersion: `${{ steps.get_version.outputs.tag }}`\nChangelog: <https://github.com/Tyrrrz/YoutubeDownloader/blob/${{ steps.get_version.outputs.tag }}/Changelog.md>"
}
}

0 comments on commit a61288d

Please sign in to comment.