From 6e29099fb4856e2a2f866d94517bb4933fb3ca07 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 18 Feb 2022 05:45:07 +0200 Subject: [PATCH] Update CI/CD --- .github/workflows/CD.yml | 6 +++--- .github/workflows/CI.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index b4c9c3a..3050a65 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -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 @@ -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 \ No newline at end of file diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4427c4a..ae8949c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -28,4 +28,4 @@ jobs: uses: actions/upload-artifact@v1 with: name: OsuHelper - path: OsuHelper/bin/Publish/ + path: OsuHelper/bin/Publish/ \ No newline at end of file