From 6d14a0cd2c6391749a582be0b1a450990daffa3c Mon Sep 17 00:00:00 2001 From: Derrick Timmermans Date: Sun, 8 Oct 2023 17:09:30 +0200 Subject: [PATCH] Fix CI workflows --- .github/workflows/dotnet-core.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index fa4087e4..79c0d900 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -24,4 +24,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: Rush (dev build) - path: osu.Game.Rulesets.Rush/bin/Development/netstandard2.1/osu.Game.Rulesets.Rush-dev.dll + path: osu.Game.Rulesets.Rush/bin/Development/net6.0/osu.Game.Rulesets.Rush-dev.dll diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d4dd367..bcaf4b82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./osu.Game.Rulesets.Rush/bin/Release/netstandard2.1/osu.Game.Rulesets.Rush.dll + asset_path: ./osu.Game.Rulesets.Rush/bin/Release/net6.0/osu.Game.Rulesets.Rush.dll asset_name: osu.Game.Rulesets.Rush.dll - asset_content_type: application/vnd.microsoft.portable-executable \ No newline at end of file + asset_content_type: application/vnd.microsoft.portable-executable