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
diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj
index edd7e8b9..108100b1 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