Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Feb 18, 2022
1 parent 2965186 commit 6e29099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.3

- name: Install .NET Core
- name: Install .NET
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 3.1.x
dotnet-version: 6.0.x

- name: Clean
run: dotnet clean OsuHelper.sln && dotnet nuget locals all --clear
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: OsuHelper/bin/Publish/Archive.zip
asset_name: OsuHelper.zip
asset_content_type: application/zip
asset_content_type: application/zip
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.3

- name: Install .NET Core
- name: Install .NET
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 3.1.x
dotnet-version: 6.0.x

- name: Clean
run: dotnet clean OsuHelper.sln && dotnet nuget locals all --clear
Expand All @@ -28,4 +28,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: OsuHelper
path: OsuHelper/bin/Publish/
path: OsuHelper/bin/Publish/

0 comments on commit 6e29099

Please sign in to comment.