From ec692a8d9eaa9da4d966287e14fbc76d8ebe1081 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 13 Jun 2023 13:32:38 +0300 Subject: [PATCH 1/2] Bump version to 2.5.0 --- DepotDownloader/DepotDownloader.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj index eab9ca4d..98ded2a7 100644 --- a/DepotDownloader/DepotDownloader.csproj +++ b/DepotDownloader/DepotDownloader.csproj @@ -4,7 +4,7 @@ net6.0 true LatestMajor - 2.4.7 + 2.5.0 Steam Downloading Utility SteamRE Team Copyright © SteamRE Team 2021 From 4c52ad3a4c608612c28fd186884815fad103694d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 13 Jun 2023 13:46:58 +0300 Subject: [PATCH 2/2] Upload only a single framework build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e161f553..265a1562 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,9 +37,9 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 - if: matrix.configuration == 'Release' + if: matrix.configuration == 'Release' && matrix.runs-on == 'windows-latest' with: - name: DepotDownloader-${{ runner.os }}-framework + name: DepotDownloader-framework path: artifacts if-no-files-found: error