Merge branch 'SteamRE:master' into master

pull/534/head
alvarengasv 2 years ago committed by GitHub
commit 42750d871f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<RollForward>LatestMajor</RollForward>
<Version>2.4.7</Version>
<Version>2.5.0</Version>
<Description>Steam Downloading Utility</Description>
<Authors>SteamRE Team</Authors>
<Copyright>Copyright © SteamRE Team 2021</Copyright>

Loading…
Cancel
Save